is not current version
Last Version 2.4.RELEASE

cn.sh.cares:datacenter-client 1.0.RELEASE

数据中心JAVA客户端

Categories

Categories

Data CLI User Interface
GroupId

GroupId

cn.sh.cares
ArtifactId

ArtifactId

datacenter-client
Version

Version

1.0.RELEASE
Type

Type

jar

Download datacenter-client 1.0.RELEASE


<!-- https://jarcasting.com/artifacts/cn.sh.cares/datacenter-client/ -->
<dependency>
    <groupId>cn.sh.cares</groupId>
    <artifactId>datacenter-client</artifactId>
    <version>1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sh.cares/datacenter-client/
implementation 'cn.sh.cares:datacenter-client:1.0.RELEASE'
// https://jarcasting.com/artifacts/cn.sh.cares/datacenter-client/
implementation ("cn.sh.cares:datacenter-client:1.0.RELEASE")
'cn.sh.cares:datacenter-client:jar:1.0.RELEASE'
<dependency org="cn.sh.cares" name="datacenter-client" rev="1.0.RELEASE">
  <artifact name="datacenter-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sh.cares', module='datacenter-client', version='1.0.RELEASE')
)
libraryDependencies += "cn.sh.cares" % "datacenter-client" % "1.0.RELEASE"
[cn.sh.cares/datacenter-client "1.0.RELEASE"]