MVN

com.aliyun.dts : dts-new-subscribe-sdk

Maven & Gradle

Jan 04, 2023
26 stars

dts-new-subscribe-sdk · The Aliyun new Subscribe SDK for Java used for accessing Data Transmission Service

<dependency>
    <groupId>com.aliyun.dts</groupId>
    <artifactId>dts-new-subscribe-sdk</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.2

All Versions

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

Version Vulnerabilities Updated
1.4.x
dts-new-subscribe-sdk-1.4.2
dts-new-subscribe-sdk-1.4.1
dts-new-subscribe-sdk-1.4.0
1.3.x
dts-new-subscribe-sdk-1.3.9
dts-new-subscribe-sdk-1.3.8
dts-new-subscribe-sdk-1.3.7
dts-new-subscribe-sdk-1.3.6
dts-new-subscribe-sdk-1.3.5
dts-new-subscribe-sdk-1.3.4
dts-new-subscribe-sdk-1.3.3
dts-new-subscribe-sdk-1.3.2
dts-new-subscribe-sdk-1.3.1
1.3
dts-new-subscribe-sdk-1.3
1.2
dts-new-subscribe-sdk-1.2
1.1
dts-new-subscribe-sdk-1.1
1.0
dts-new-subscribe-sdk-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun.dts</groupId>
    <artifactId>dts-new-subscribe-sdk</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aliyun.dts : dts-new-subscribe-sdk gradle dependency to your build.gradle file:

implementation 'com.aliyun.dts:dts-new-subscribe-sdk:1.4.2'

Gradle Kotlin DSL: Add the following com.aliyun.dts : dts-new-subscribe-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aliyun.dts:dts-new-subscribe-sdk:1.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aliyun.dts : dts-new-subscribe-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aliyun.dts" % "dts-new-subscribe-sdk" % "1.4.2"

Advertisement