JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
Scala versions:
2.12
pact-specification-test 3.1.1
Group ID:
au.com.dius
Artifact ID:
pact-specification-test_2.11
Version:
3.1.1
Release Date:
Oct 20, 2015
Licenses:
Files:
Full Scala Version:
2.11.7
Developers:
libraryDependencies += "au.com.dius" %% "pact-specification-test" % "3.1.1"
ivy"au.com.dius::pact-specification-test:3.1.1"
//> using dep "au.com.dius::pact-specification-test:3.1.1"
import $ivy.`au.com.dius::pact-specification-test:3.1.1`
<dependency> <groupId>au.com.dius</groupId> <artifactId>pact-specification-test_2.11</artifactId> <version>3.1.1</version> </dependency>
compile group: 'au.com.dius', name: 'pact-specification-test_2.11', version: '3.1.1'