is not current version
Last Version 1.2.0

com.acidmanic:pact-models 1.0.0

This project provides mostly models and some heloers to parse Pact files

GroupId

GroupId

com.acidmanic
ArtifactId

ArtifactId

pact-models
Version

Version

1.0.0
Type

Type

jar

Download pact-models 1.0.0


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