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
Packaging jar
Size 39.93 KB
文件 pom jar
网址 https://github.com/DiUS/pact-jvm
发布时间 2017-09-06 10:28

dependencies

Group Artifact Version
org.jetbrains.kotlin kotlin-stdlib-jre8 1.1.4-2
org.jetbrains.kotlin kotlin-reflect 1.1.4-2
org.slf4j slf4j-api 1.7.21
org.codehaus.groovy groovy-all 2.4.11
io.github.microutils kotlin-logging 1.4.4
com.github.zafarkhaja java-semver 0.9.0
org.scala-lang scala-library 2.12.3
org.scala-lang scala-compiler 2.12.3
com.typesafe.scala-logging scala-logging_2.12 3.7.2
org.codehaus.groovy.modules.http-builder http-builder 0.7.1
au.com.dius pact-jvm-provider_2.12 3.5.4-rc.1
org.fusesource.jansi jansi 1.16
org.specs2 specs2-core_2.12 3.9.4
org.specs2 specs2-junit_2.12 3.9.4
org.hamcrest hamcrest-all 1.3
org.mockito mockito-core 1.10.19
junit junit 4.12
org.spockframework spock-core 1.1-groovy-2.4
cglib cglib 3.2.4
org.objenesis objenesis 2.4

developers

thetrav Travis Dixon
rholshausen Ronald Holshausen

licenses

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