GroupId | GroupIdorg.seekay |
---|---|
ArtifactId | ArtifactIdcontract-model |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
contract-model-0.0.5.pom | |
contract-model-0.0.5.jar | 20 KB |
contract-model-0.0.5-tests.jar | 57 KB |
contract-model-0.0.5-sources.jar | 9 KB |
contract-model-0.0.5-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seekay/contract-model/ -->
<dependency>
<groupId>org.seekay</groupId>
<artifactId>contract-model</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.seekay/contract-model/
implementation 'org.seekay:contract-model:0.0.5'
// https://jarcasting.com/artifacts/org.seekay/contract-model/
implementation ("org.seekay:contract-model:0.0.5")
'org.seekay:contract-model:jar:0.0.5'
<dependency org="org.seekay" name="contract-model" rev="0.0.5">
<artifact name="contract-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seekay', module='contract-model', version='0.0.5')
)
libraryDependencies += "org.seekay" % "contract-model" % "0.0.5"
[org.seekay/contract-model "0.0.5"]