License |
License |
---|---|
GroupId | GroupIdcom.acidmanic |
ArtifactId | ArtifactIdpact-models |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpact-models
This project provides mostly models and some heloers to parse Pact files
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pact-models-1.2.0.pom | |
pact-models-1.2.0.jar | 18 KB |
pact-models-1.2.0-sources.jar | 16 KB |
pact-models-1.2.0-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.acidmanic/pact-models/ -->
<dependency>
<groupId>com.acidmanic</groupId>
<artifactId>pact-models</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.acidmanic/pact-models/
implementation 'com.acidmanic:pact-models:1.2.0'
// https://jarcasting.com/artifacts/com.acidmanic/pact-models/
implementation ("com.acidmanic:pact-models:1.2.0")
'com.acidmanic:pact-models:jar:1.2.0'
<dependency org="com.acidmanic" name="pact-models" rev="1.2.0">
<artifact name="pact-models" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acidmanic', module='pact-models', version='1.2.0')
)
libraryDependencies += "com.acidmanic" % "pact-models" % "1.2.0"
[com.acidmanic/pact-models "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.1 |