m

matchers

Pact JVM Matchers ================= Implements matchers for pact requests and responses.
https://github.com/DiUS/pact-jvm
Apache 2
Travis Dixon Ronald Holshausen
Files download
File Operation
matchers-4.1.27.jar download
matchers-4.1.27.pom download
matchers-4.1.27-sources.jar download
Apache Maven
<dependency>
  <groupId>au.com.dius.pact.core</groupId>
  <artifactId>matchers</artifactId>
  <version>4.1.27</version>
</dependency>
Gradle Groovy
implementation 'au.com.dius.pact.core:matchers:4.1.27'
Gradle Kotlin
implementation("au.com.dius.pact.core:matchers:4.1.27")
Scala SBT
libraryDependencies += "au.com.dius.pact.core" % "matchers" % "4.1.27"
Groovy Grape
@Grapes(
  @Grab(group='au.com.dius.pact.core', module='matchers', version='4.1.27')
)
Apache Ivy
<dependency org="au.com.dius.pact.core" name="matchers" rev="4.1.27" />
Leiningen
[au.com.dius.pact.core/matchers "4.1.27"]
Apache Buildr
'au.com.dius.pact.core:matchers:jar:4.1.27'