is not current version
Last Version 4.0.10

au.com.dius:pact-specification-test 4.0.8

Pact Specification ================== The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching code aimed at ensuring pact library implementations across different languages have the same matching behaviour. Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers using different libraries.

GroupId

GroupId

au.com.dius
ArtifactId

ArtifactId

pact-specification-test
Version

Version

4.0.8
Type

Type

jar

Download pact-specification-test 4.0.8


<!-- https://jarcasting.com/artifacts/au.com.dius/pact-specification-test/ -->
<dependency>
    <groupId>au.com.dius</groupId>
    <artifactId>pact-specification-test</artifactId>
    <version>4.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.dius/pact-specification-test/
implementation 'au.com.dius:pact-specification-test:4.0.8'
// https://jarcasting.com/artifacts/au.com.dius/pact-specification-test/
implementation ("au.com.dius:pact-specification-test:4.0.8")
'au.com.dius:pact-specification-test:jar:4.0.8'
<dependency org="au.com.dius" name="pact-specification-test" rev="4.0.8">
  <artifact name="pact-specification-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.dius', module='pact-specification-test', version='4.0.8')
)
libraryDependencies += "au.com.dius" % "pact-specification-test" % "4.0.8"
[au.com.dius/pact-specification-test "4.0.8"]