MVN

com.aliyun.dts : client

Maven & Gradle

Dec 23, 2019
3 usages

client · The core java client for accessing Data Transmission Service

<dependency>
    <groupId>com.aliyun.dts</groupId>
    <artifactId>client</artifactId>
    <version>2.2.1.44-cloud</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aliyun.dts : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1.44-cloud
  • Latest Beta: 5.0.0.1-cloud.beta

All Versions

Choose a version of com.aliyun.dts : client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
client-5.0.0.1-cloud.beta
client-5.0.0.0-cloud.beta
2.2.x
client-2.2.1.44-cloud
client-2.2.1.45-cloud
client-2.2.1.42-cloud.beta2
client-2.2.1.42-cloud.beta
client-2.2.1.41-cloud
client-2.2.1.41-cloud.beta.2
client-2.2.1.41-cloud.beta.1
client-2.2.1.41-cloud.beta
client-2.2.1.40-cloud

How to add a dependency to Maven

Add the following com.aliyun.dts : client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aliyun.dts</groupId>
    <artifactId>client</artifactId>
    <version>2.2.1.44-cloud</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aliyun.dts : client gradle dependency to your build.gradle file:

implementation 'com.aliyun.dts:client:2.2.1.44-cloud'

Gradle Kotlin DSL: Add the following com.aliyun.dts : client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aliyun.dts:client:2.2.1.44-cloud")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aliyun.dts : client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aliyun.dts" % "client" % "2.2.1.44-cloud"

Advertisement