Files download
File Operation
dbs20210101-2.0.0.jar download
dbs20210101-2.0.0.pom download
dbs20210101-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aliyun</groupId>
  <artifactId>dbs20210101</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.aliyun:dbs20210101:2.0.0'
Gradle Kotlin
implementation("com.aliyun:dbs20210101:2.0.0")
Scala SBT
libraryDependencies += "com.aliyun" % "dbs20210101" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.aliyun', module='dbs20210101', version='2.0.0')
)
Apache Ivy
<dependency org="com.aliyun" name="dbs20210101" rev="2.0.0" />
Leiningen
[com.aliyun/dbs20210101 "2.0.0"]
Apache Buildr
'com.aliyun:dbs20210101:jar:2.0.0'