не последняя версия
Последняя версия 4.0.10

au.com.dius:pact-jvm-core-model 4.0.8

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

Группа

Группа

au.com.dius
Идентификатор

Идентификатор

pact-jvm-core-model
Версия

Версия

4.0.8
Тип

Тип

jar

Скачать pact-jvm-core-model 4.0.8


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