Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdcn.sh.cares |
ArtifactId | ArtifactIddatacenter-client |
Version | Version2.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.sh.cares/datacenter-client/ -->
<dependency>
<groupId>cn.sh.cares</groupId>
<artifactId>datacenter-client</artifactId>
<version>2.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sh.cares/datacenter-client/
implementation 'cn.sh.cares:datacenter-client:2.2.RELEASE'
// https://jarcasting.com/artifacts/cn.sh.cares/datacenter-client/
implementation ("cn.sh.cares:datacenter-client:2.2.RELEASE")
'cn.sh.cares:datacenter-client:jar:2.2.RELEASE'
<dependency org="cn.sh.cares" name="datacenter-client" rev="2.2.RELEASE">
<artifact name="datacenter-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sh.cares', module='datacenter-client', version='2.2.RELEASE')
)
libraryDependencies += "cn.sh.cares" % "datacenter-client" % "2.2.RELEASE"
[cn.sh.cares/datacenter-client "2.2.RELEASE"]