p

pact-jvm-model

Pact model ========== The model project is responsible for providing: * a model to represent pacts * serialization and deserialization * comparison between two parts of the pact model * conversion between the pact model and whatever third party libraries used by the pact-consumer and pact-provider requires You should never need to include this project directly
https://github.com/DiUS/pact-jvm
Apache 2
Travis Dixon Ronald Holshausen Ken Scambler
Files download
File Operation
pact-jvm-model-2.4.19.jar download
pact-jvm-model-2.4.19.pom download
pact-jvm-model-2.4.19-sources.jar download
Apache Maven
<dependency>
  <groupId>au.com.dius</groupId>
  <artifactId>pact-jvm-model</artifactId>
  <version>2.4.19</version>
</dependency>
Gradle Groovy
implementation 'au.com.dius:pact-jvm-model:2.4.19'
Gradle Kotlin
implementation("au.com.dius:pact-jvm-model:2.4.19")
Scala SBT
libraryDependencies += "au.com.dius" % "pact-jvm-model" % "2.4.19"
Groovy Grape
@Grapes(
  @Grab(group='au.com.dius', module='pact-jvm-model', version='2.4.19')
)
Apache Ivy
<dependency org="au.com.dius" name="pact-jvm-model" rev="2.4.19" />
Leiningen
[au.com.dius/pact-jvm-model "2.4.19"]
Apache Buildr
'au.com.dius:pact-jvm-model:jar:2.4.19'