pact-jvm-provider-gradle_2.12 pact-jvm-provider-gradle_2.12

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_2.10:3.2.11' } } ``` #### 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 "3.2.11" } ``` ### 2. Define the pacts between your cons
版本 仓库 发布时间
3.6.15 central 2020-04-29 11:43
3.6.14 central 2019-09-28 12:57
3.6.13 central 2019-09-08 10:33
3.6.12 central 2019-07-21 09:41
3.6.11 central 2019-07-07 15:40
3.6.10 central 2019-06-26 08:05
3.6.9 central 2019-06-20 13:10
3.6.8 central 2019-06-15 15:14
3.6.7 central 2019-05-12 14:07
3.6.6 central 2019-05-05 14:58
3.6.5 central 2019-04-21 13:15
3.6.4 central 2019-04-14 17:17
3.5.25 central 2019-04-14 15:37
3.6.3 central 2019-03-31 16:42
3.6.2 central 2019-02-17 14:49
3.6.1 central 2018-12-16 11:45
3.6.0 central 2018-12-02 14:28
3.5.24 central 2018-11-04 15:45
3.6.0-rc.1 central 2018-10-21 11:18
3.5.23 central 2018-09-23 14:39
3.6.0-rc.0 central 2018-09-22 15:20
3.5.22 central 2018-09-09 11:55
3.5.21 central 2018-08-12 13:29
3.5.20 central 2018-07-28 15:52
3.5.19 central 2018-07-01 17:02
3.5.18 central 2018-06-17 14:53
3.5.17 central 2018-06-03 12:53
3.5.16 central 2018-05-06 16:32
3.5.15 central 2018-04-22 14:03
3.5.14 central 2018-03-19 08:51
3.5.13 central 2018-02-20 15:48
3.5.12 central 2018-01-21 17:43
3.5.11 central 2017-12-18 12:10
3.5.10 central 2017-11-20 11:57
3.5.9 central 2017-11-15 10:45
3.5.8 central 2017-10-13 09:20
3.5.7 central 2017-10-03 07:43
3.5.6 central 2017-09-27 08:49
3.5.5 central 2017-09-11 07:11
3.5.4-rc.1 central 2017-09-06 10:28
3.5.4-rc.0 central 2017-08-30 10:53
索引仓库
仓库 个数
Central 592045