is not current version
Last Version 2.4.RELEASE

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

数据中心JAVA客户端

Categories

Categories

Data CLI User Interface
GroupId

GroupId

cn.sh.cares
ArtifactId

ArtifactId

datacenter-client
Version

Version

2.2.RELEASE
Type

Type

jar

Download datacenter-client 2.2.RELEASE


<!-- 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"]