MVN

com.aliyun : ebs20210730

Maven & Gradle

Jun 26, 2023
53 stars

ebs20210730 · Alibaba Cloud ebs (20210730) SDK for Java

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

Latest Version

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

  • Latest Stable: 1.3.16

All Versions

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

Version Vulnerabilities Updated
1.3.x
ebs20210730-1.3.16
ebs20210730-1.3.13
ebs20210730-1.3.12
ebs20210730-1.3.11
ebs20210730-1.3.9
ebs20210730-1.3.7
ebs20210730-1.3.6
ebs20210730-1.3.5
1.2.x
ebs20210730-1.2.1
1.1.x
ebs20210730-1.1.0
1.0.x
ebs20210730-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>ebs20210730</artifactId>
    <version>1.3.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aliyun:ebs20210730:1.3.16'

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

implementation("com.aliyun:ebs20210730:1.3.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aliyun" % "ebs20210730" % "1.3.16"

Advertisement