Jar examples for 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
You can download jar file pact-jvm-model 3.3.10 in this page.
Apache 2
You can use the following script to add pact-jvm-model-3.3.10.jar to your project.
<dependency> <groupId>au.com.dius</groupId> <artifactId>pact-jvm-model</artifactId> <version>3.3.10</version> </dependency>
compile group: 'au.com.dius', name: 'pact-jvm-model', version: '3.3.10'
libraryDependencies += "au.com.dius" % "pact-jvm-model" % "3.3.10"
<dependency org="au.com.dius" name="pact-jvm-model" rev="3.3.10"/>
@Grapes(@Grab(group='au.com.dius', module='pact-jvm-model', version='3.3.10'))
'au.com.dius:pact-jvm-model:jar:3.3.10'
Click the following link to download the jar file.
pact-jvm-model-3.3.10-javadoc.jar