MVN

cn.sh.cares : dsp-client

Maven & Gradle

Jun 30, 2021
0 stars

dsp-client · 数据共享平台客户端

<dependency>
    <groupId>cn.sh.cares</groupId>
    <artifactId>dsp-client</artifactId>
    <version>4.0.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.sh.cares : dsp-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0.RELEASE

All Versions

Choose a version of cn.sh.cares : dsp-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
dsp-client-4.0.0.RELEASE
3.0.x
dsp-client-3.0.1.RELEASE
2.5.x
dsp-client-2.5.3.RELEASE
dsp-client-2.5.2.RELEASE
dsp-client-2.5.1.RELEASE
dsp-client-2.5.RELEASE

How to add a dependency to Maven

Add the following cn.sh.cares : dsp-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.sh.cares</groupId>
    <artifactId>dsp-client</artifactId>
    <version>4.0.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.sh.cares : dsp-client gradle dependency to your build.gradle file:

implementation 'cn.sh.cares:dsp-client:4.0.0.RELEASE'

Gradle Kotlin DSL: Add the following cn.sh.cares : dsp-client gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.sh.cares:dsp-client:4.0.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.sh.cares : dsp-client sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.sh.cares" % "dsp-client" % "4.0.0.RELEASE"

Advertisement