Download pact-jvm-model_2.11-2.2.5.jar file - Jar p

Jar examples for p:pact-jvm-model-2.11

Description

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_2.11 2.2.5 in this page.

License

Apache 2

Build File

You can use the following script to add pact-jvm-model_2.11-2.2.5.jar to your project.

<dependency>
   <groupId>au.com.dius</groupId>
   <artifactId>pact-jvm-model_2.11</artifactId>
   <version>2.2.5</version>
</dependency>
compile group: 'au.com.dius', name: 'pact-jvm-model_2.11', version: '2.2.5'
libraryDependencies += "au.com.dius" % "pact-jvm-model_2.11" % "2.2.5"
<dependency org="au.com.dius" name="pact-jvm-model_2.11" rev="2.2.5"/>
@Grapes(@Grab(group='au.com.dius', module='pact-jvm-model_2.11', version='2.2.5'))
'au.com.dius:pact-jvm-model_2.11:jar:2.2.5'

Download

Click the following link to download the jar file.

pact-jvm-model_2.11-2.2.5.jar
pact-jvm-model_2.11-2.2.5-javadoc.jar
pact-jvm-model_2.11-2.2.5.pom
pact-jvm-model_2.11-2.2.5-sources.jar



Related Tutorials