MVN

com.aliyun : cbn20170912

Maven & Gradle

Aug 08, 2023
53 stars

cbn20170912 · Alibaba Cloud Cloud Enterprise Network (20170912) SDK for Java

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

Latest Version

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

  • Latest Stable: 1.0.31

All Versions

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

Version Vulnerabilities Updated
1.0.x
cbn20170912-1.0.31
cbn20170912-1.0.30
cbn20170912-1.0.29
cbn20170912-1.0.28
cbn20170912-1.0.27
cbn20170912-1.0.26
cbn20170912-1.0.25
cbn20170912-1.0.24
cbn20170912-1.0.23
cbn20170912-1.0.22
cbn20170912-1.0.21
cbn20170912-1.0.20
cbn20170912-1.0.19
cbn20170912-1.0.18
cbn20170912-1.0.17
cbn20170912-1.0.16
cbn20170912-1.0.15
cbn20170912-1.0.14
cbn20170912-1.0.13
cbn20170912-1.0.1
cbn20170912-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>cbn20170912</artifactId>
    <version>1.0.31</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aliyun:cbn20170912:1.0.31'

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

implementation("com.aliyun:cbn20170912:1.0.31")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aliyun" % "cbn20170912" % "1.0.31"