p

pact-jvm-core-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
Files download
File Operation
pact-jvm-core-model-4.0.10.jar download
pact-jvm-core-model-4.0.10.pom download
pact-jvm-core-model-4.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>au.com.dius</groupId>
  <artifactId>pact-jvm-core-model</artifactId>
  <version>4.0.10</version>
</dependency>
Gradle Groovy
implementation 'au.com.dius:pact-jvm-core-model:4.0.10'
Gradle Kotlin
implementation("au.com.dius:pact-jvm-core-model:4.0.10")
Scala SBT
libraryDependencies += "au.com.dius" % "pact-jvm-core-model" % "4.0.10"
Groovy Grape
@Grapes(
  @Grab(group='au.com.dius', module='pact-jvm-core-model', version='4.0.10')
)
Apache Ivy
<dependency org="au.com.dius" name="pact-jvm-core-model" rev="4.0.10" />
Leiningen
[au.com.dius/pact-jvm-core-model "4.0.10"]
Apache Buildr
'au.com.dius:pact-jvm-core-model:jar:4.0.10'