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
scalatest 4.2.9
Group ID:
au.com.dius.pact.provider
Artifact ID:
scalatest_2.13
Version:
4.2.9
Release Date:
Aug 1, 2021
Licenses:
Files:
Developers:
libraryDependencies += "au.com.dius.pact.provider" %% "scalatest" % "4.2.9"
ivy"au.com.dius.pact.provider::scalatest:4.2.9"
//> using dep "au.com.dius.pact.provider::scalatest:4.2.9"
import $ivy.`au.com.dius.pact.provider::scalatest:4.2.9`
<dependency> <groupId>au.com.dius.pact.provider</groupId> <artifactId>scalatest_2.13</artifactId> <version>4.2.9</version> </dependency>
compile group: 'au.com.dius.pact.provider', name: 'scalatest_2.13', version: '4.2.9'