pact-jvm-provider-gradle_2.10 pact-jvm-provider-gradle_2.10

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:2.2.1' } } ``` #### 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 "2.2.1" } ``` ### 2. Define the pacts between your consumers and providers ```groovy pact {
Packaging jar
Size 51.07 KB
文件 pom jar
网址 https://github.com/DiUS/pact-jvm
发布时间 2015-09-07 18:11

dependencies

Group Artifact Version
junit junit 4.12
org.scala-lang scala-library 2.10.5
au.com.dius pact-jvm-model-v3_2.10 2.2.14
org.fusesource.jansi jansi 1.11
org.specs2 specs2_2.10 2.3.13
org.hamcrest hamcrest-all 1.3
org.codehaus.groovy.modules.http-builder http-builder 0.7.1
au.com.dius pact-jvm-provider_2.10 2.2.14
org.slf4j slf4j-api 1.7.7
org.mockito mockito-core 1.9.5
org.json4s json4s-native_2.10 3.2.10
org.json4s json4s-jackson_2.10 3.2.10

developers

thetrav Travis Dixon
rholshausen Ronald Holshausen
kenbot Ken Scambler

licenses

Apache 2 http://www.apache.org/licenses/LICENSE-2.0.txt
索引仓库
仓库 个数
Central 592045
6471305