Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcn.sh.cares |
ArtifactId | ArtifactIddsp-client |
Version | Version2.5.3.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
dsp-client-2.5.3.RELEASE.pom | |
dsp-client-2.5.3.RELEASE-sources.jar | 16 KB |
dsp-client-2.5.3.RELEASE-javadoc.jar | 185 KB |
Browse |
<!-- 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"]