MVN

com.alibaba.dts.client : client

Maven & Gradle

Jul 05, 2023
26 stars
<dependency>
    <groupId>com.alibaba.dts.client</groupId>
    <artifactId>client</artifactId>
    <version>1.1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.13

All Versions

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

Version Vulnerabilities Updated
1.1.x
client-1.1.13
client-1.1.12
client-1.1.11
client-1.1.10
client-1.1.9
client-1.1.8
client-1.1.7
client-1.1.6
client-1.1.5
client-1.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.alibaba.dts.client</groupId>
    <artifactId>client</artifactId>
    <version>1.1.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.alibaba.dts.client:client:1.1.13'

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

implementation("com.alibaba.dts.client:client:1.1.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.alibaba.dts.client" % "client" % "1.1.13"