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

au.com.dius:pact-jvm-model_2.10 2.2.15

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-model_2.10
Версия

Версия

2.2.15
Тип

Тип

jar

Скачать pact-jvm-model_2.10 2.2.15


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