pact-jvm-provider-gradle pact-jvm-provider-gradle

Group au.com.dius
描述 pact-jvm-provider-gradle ======================== Gradle plugin for verifying pacts against a provider. The Gradle plugin creates a task `pactVerify` to your build which will verify all configured pacts against your provider. ## To Use It ### For Gradle versions prior to 2.1 #### 1.1. Add the pact-jvm-provider-gradle jar file to your build script class path: ```groovy buildscript { repositories { mavenCentral() } dependencies { classpath 'au.com.dius:pact-jvm-provider-gradle:4.0.0' } } ``` #### 1.2. Apply the pact plugin ```groovy apply plugin: 'au.com.dius.pact' ``` ### For Gradle versions 2.1+ ```groovy plugins { id "au.com.dius.pact" version "4.0.0" } ``` ### 2. Define the pacts between your consumers a
版本 仓库 发布时间
4.0.10 central 2020-04-18 15:14
4.0.9 central 2020-04-05 11:45
4.0.8 central 2020-03-23 06:46
4.0.7 central 2020-03-08 10:21
4.0.6 central 2020-02-22 10:00
4.0.5 central 2020-01-26 14:48
4.0.4 central 2019-12-18 07:34
4.0.3 central 2019-11-10 07:01
4.0.2 central 2019-10-27 14:34
4.0.1 central 2019-10-16 10:38
4.0.0 central 2019-09-29 08:14
4.0.0-beta.6 central 2019-09-03 12:24
4.0.0-beta.5 central 2019-08-15 14:13
4.0.0-beta.4 central 2019-07-21 13:29
4.0.0-beta.3 central 2019-06-29 16:16
4.0.0-beta.2 central 2019-05-12 15:49
4.0.0-beta.1 central 2019-03-31 13:41
索引仓库
仓库 个数
Central 592045