Last Version

pact-jvm-core-model 4.0.10

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

License

License

GroupId

GroupId

au.com.dius
ArtifactId

ArtifactId

pact-jvm-core-model
Version

Version

4.0.10
Type

Type

jar
Description

Description

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
Project URL

Project URL

https://github.com/DiUS/pact-jvm
Source Code Management

Source Code Management

https://github.com/DiUS/pact-jvm

Download pact-jvm-core-model 4.0.10


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

Dependencies

compile (8)

Group / Artifact Type Version
com.github.zafarkhaja : java-semver jar 0.9.0
org.apache.commons : commons-collections4 jar 4.1
com.github.mifmif : generex jar 1.0.2
javax.mail : mail jar 1.5.0-b01
org.jetbrains.kotlin : kotlin-reflect jar 1.3.71
au.com.dius : pact-jvm-core-support jar 4.0.10
au.com.dius : pact-jvm-core-pact-broker jar 4.0.10
com.google.code.gson : gson jar 2.8.6

runtime (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.28
com.github.salomonbrys.kotson : kotson jar 2.5.0

Project Modules

There are no modules declared in this project.