MVN

com.aliyun : pai_dsw20210226

Maven & Gradle

May 18, 2022
58 stars

pai_dsw20210226 · Alibaba Cloud pai-dsw (20210226) SDK for Java

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

Latest Version

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

  • Latest Stable: 1.1.16

All Versions

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

Version Vulnerabilities Updated
1.1.x
pai_dsw20210226-1.1.16
pai_dsw20210226-1.1.11
pai_dsw20210226-1.1.10
0.1.x
pai_dsw20210226-0.1.14
pai_dsw20210226-0.1.0
0.0.x
pai_dsw20210226-0.0.8
pai_dsw20210226-0.0.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>pai_dsw20210226</artifactId>
    <version>1.1.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aliyun:pai_dsw20210226:1.1.16'

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

implementation("com.aliyun:pai_dsw20210226:1.1.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aliyun" % "pai_dsw20210226" % "1.1.16"

Advertisement