m

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
https://github.com/DiUS/pact-jvm
Apache 2
Travis Dixon Ronald Holshausen
文件下载
文件名 操作
model-4.3.19.jar 下载
model-4.3.19.pom 下载
model-4.3.19-sources.jar 下载
Apache Maven
<dependency>
  <groupId>au.com.dius.pact.core</groupId>
  <artifactId>model</artifactId>
  <version>4.3.19</version>
</dependency>
Gradle Groovy
implementation 'au.com.dius.pact.core:model:4.3.19'
Gradle Kotlin
implementation("au.com.dius.pact.core:model:4.3.19")
Scala SBT
libraryDependencies += "au.com.dius.pact.core" % "model" % "4.3.19"
Groovy Grape
@Grapes(
  @Grab(group='au.com.dius.pact.core', module='model', version='4.3.19')
)
Apache Ivy
<dependency org="au.com.dius.pact.core" name="model" rev="4.3.19" />
Leiningen
[au.com.dius.pact.core/model "4.3.19"]
Apache Buildr
'au.com.dius.pact.core:model:jar:4.3.19'