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
specs2 4.1.12
Group ID:
au.com.dius.pact.consumer
Artifact ID:
specs2_2.13
Version:
4.1.12
Release Date:
Dec 13, 2020
Licenses:
Files:
Developers:
libraryDependencies += "au.com.dius.pact.consumer" %% "specs2" % "4.1.12"
ivy"au.com.dius.pact.consumer::specs2:4.1.12"
//> using dep "au.com.dius.pact.consumer::specs2:4.1.12"
import $ivy.`au.com.dius.pact.consumer::specs2:4.1.12`
<dependency> <groupId>au.com.dius.pact.consumer</groupId> <artifactId>specs2_2.13</artifactId> <version>4.1.12</version> </dependency>
compile group: 'au.com.dius.pact.consumer', name: 'specs2_2.13', version: '4.1.12'