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 ### 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.0.1' } } ``` ### 2. Apply the pact plugin ```groovy apply plugin: 'pact' ``` ### 3. Define the pacts between your consumers and providers ```groovy pact { serviceProviders { // You can define as many as you need, but each must have a unique name provider1 { // All the provider
Packaging jar
Size 51.57 KB
文件 pom jar
网址 https://github.com/DiUS/pact-jvm
发布时间 2014-08-07 17:20

dependencies

Group Artifact Version
com.typesafe.scala-logging scala-logging-slf4j_2.10 2.1.2
org.json4s json4s-native_2.10 3.2.10
org.slf4j slf4j-api 1.7.5
net.databinder.dispatch dispatch-core_2.10 0.11.0
net.databinder unfiltered-netty-server_2.10 0.7.1
org.codehaus.groovy.modules.http-builder http-builder 0.7
org.mockito mockito-all 1.9.5
org.json4s json4s-jackson_2.10 3.2.10
au.com.dius pact-jvm-provider_2.10 2.0.2
junit junit 4.11
org.scala-lang scala-library 2.10.4
org.specs2 specs2_2.10 2.3.13
org.fusesource.jansi jansi 1.11

developers

thetrav Travis Dixon
rholshausen Ronald Holshausen
kenbot Ken Scambler

licenses

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