MVN

com.aliyun : drds20190123

Maven & Gradle

Jan 24, 2022
72 stars

drds20190123 · Alibaba Cloud Distributed Relational Database Service (20190123) SDK for Java

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>drds20190123</artifactId>
    <version>1.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.10

All Versions

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

Version Vulnerabilities Updated
1.0.x
drds20190123-1.0.10
drds20190123-1.0.9
drds20190123-1.0.8
drds20190123-1.0.7
drds20190123-1.0.6
drds20190123-1.0.5
drds20190123-1.0.4
drds20190123-1.0.3
drds20190123-1.0.2
drds20190123-1.0.1
drds20190123-1.0.0
0.1.x
drds20190123-0.1.0
0.0.x
drds20190123-0.0.2
drds20190123-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>drds20190123</artifactId>
    <version>1.0.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aliyun:drds20190123:1.0.10'

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

implementation("com.aliyun:drds20190123:1.0.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aliyun" % "drds20190123" % "1.0.10"

Advertisement