Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdcc.block.data |
ArtifactId | ArtifactIdblockcc-api-client |
Version | Version1.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cc.block.data/blockcc-api-client/ -->
<dependency>
<groupId>cc.block.data</groupId>
<artifactId>blockcc-api-client</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cc.block.data/blockcc-api-client/
implementation 'cc.block.data:blockcc-api-client:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/cc.block.data/blockcc-api-client/
implementation ("cc.block.data:blockcc-api-client:1.0.0-RELEASE")
'cc.block.data:blockcc-api-client:jar:1.0.0-RELEASE'
<dependency org="cc.block.data" name="blockcc-api-client" rev="1.0.0-RELEASE">
<artifact name="blockcc-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.block.data', module='blockcc-api-client', version='1.0.0-RELEASE')
)
libraryDependencies += "cc.block.data" % "blockcc-api-client" % "1.0.0-RELEASE"
[cc.block.data/blockcc-api-client "1.0.0-RELEASE"]