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