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