pact-foundation / pact-jvm   3.6.15

Apache License 2.0 Website GitHub

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.13 2.12 2.11 2.10
sbt plugins: 1.0 0.13

scalatest 4.1.24


Group ID:
au.com.dius.pact.provider
Artifact ID:
scalatest_2.13
Version:
4.1.24
Release Date:
Aug 1, 2021
Licenses:
Files:

libraryDependencies += "au.com.dius.pact.provider" %% "scalatest" % "4.1.24"

Mill build tool

ivy"au.com.dius.pact.provider::scalatest:4.1.24"

Scala CLI

//> using dep "au.com.dius.pact.provider::scalatest:4.1.24"

Ammonite REPL

import $ivy.`au.com.dius.pact.provider::scalatest:4.1.24`

<dependency>
  <groupId>au.com.dius.pact.provider</groupId>
  <artifactId>scalatest_2.13</artifactId>
  <version>4.1.24</version>
</dependency>

compile group: 'au.com.dius.pact.provider', name: 'scalatest_2.13', version: '4.1.24'