MVN

com.aliyun : vpc20160428

Maven & Gradle

Aug 25, 2023
71 stars

vpc20160428 · Alibaba Cloud Virtual Private Cloud (20160428) SDK for Java

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

Latest Version

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

  • Latest Stable: 6.0.1

All Versions

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

Version Vulnerabilities Updated
6.0.x
vpc20160428-6.0.1
vpc20160428-6.0.0
5.1.x
vpc20160428-5.1.1
vpc20160428-5.1.0
5.0.x
vpc20160428-5.0.1
vpc20160428-5.0.0
4.0.x
vpc20160428-4.0.1
vpc20160428-4.0.0
3.2.x
vpc20160428-3.2.26
vpc20160428-3.2.25
vpc20160428-3.2.24
vpc20160428-3.2.23
vpc20160428-3.2.22
vpc20160428-3.2.21
vpc20160428-3.2.20
vpc20160428-3.2.19
vpc20160428-3.2.18
vpc20160428-3.2.17
vpc20160428-3.2.16
vpc20160428-3.2.15
vpc20160428-3.2.14
vpc20160428-3.2.13
vpc20160428-3.2.12
vpc20160428-3.2.11
vpc20160428-3.2.10
2.1.x
vpc20160428-2.1.1
vpc20160428-2.1.0
2.0.x
vpc20160428-2.0.9
vpc20160428-2.0.8
vpc20160428-2.0.7
vpc20160428-2.0.6
vpc20160428-2.0.5
vpc20160428-2.0.4
vpc20160428-2.0.3
vpc20160428-2.0.2
vpc20160428-2.0.1
vpc20160428-2.0.0
1.0.x
vpc20160428-1.0.1
vpc20160428-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>vpc20160428</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aliyun:vpc20160428:6.0.1'

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

implementation("com.aliyun:vpc20160428:6.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aliyun" % "vpc20160428" % "6.0.1"

Advertisement