MVN

com.aliyun : adp20210720

Maven & Gradle

Oct 11, 2022
56 stars

adp20210720 · Alibaba Cloud adp (20210720) SDK for Java

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

Latest Version

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

  • Latest Stable: 1.16.0

All Versions

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

Version Vulnerabilities Updated
1.16.x
adp20210720-1.16.0
1.15.x
adp20210720-1.15.0
1.14.x
adp20210720-1.14.0
1.13.x
adp20210720-1.13.0
1.0.x
adp20210720-1.0.7
adp20210720-1.0.6-hotfix
adp20210720-1.0.1
adp20210720-1.0.0
v1.0.x
adp20210720-v1.0.6
adp20210720-v1.0.5
adp20210720-v1.0.4
adp20210720-v1.0.3
adp20210720-v1.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>adp20210720</artifactId>
    <version>1.16.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aliyun:adp20210720:1.16.0'

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

implementation("com.aliyun:adp20210720:1.16.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aliyun" % "adp20210720" % "1.16.0"

Advertisement