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