is not current version
Last Version 4.0.0.RELEASE

cn.sh.cares:dsp-client 2.5.3.RELEASE

数据共享平台JAVA客户端

Categories

Categories

CLI User Interface
GroupId

GroupId

cn.sh.cares
ArtifactId

ArtifactId

dsp-client
Version

Version

2.5.3.RELEASE
Type

Type

jar

Download dsp-client 2.5.3.RELEASE


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