MVN

com.aliyun : vcs20200515

Maven & Gradle

Jun 05, 2023
72 stars

vcs20200515 · Alibaba Cloud Visual Compute Service (20200515) SDK for Java

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

Latest Version

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

  • Latest Stable: 3.1.7

All Versions

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

Version Vulnerabilities Updated
3.1.x
vcs20200515-3.1.7
vcs20200515-3.1.6
vcs20200515-3.1.5
vcs20200515-3.1.4
vcs20200515-3.1.3
vcs20200515-3.1.2
vcs20200515-3.1.1
vcs20200515-3.1.0
3.0.x
vcs20200515-3.0.9
vcs20200515-3.0.8
vcs20200515-3.0.7
vcs20200515-3.0.6
vcs20200515-3.0.5
vcs20200515-3.0.4
vcs20200515-3.0.3
vcs20200515-3.0.2
vcs20200515-3.0.1
2.0.x
vcs20200515-2.0.9
vcs20200515-2.0.1
vcs20200515-2.0.0
1.8.x
vcs20200515-1.8.0
1.0.x
vcs20200515-1.0.3
vcs20200515-1.0.2
vcs20200515-1.0.1
vcs20200515-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>vcs20200515</artifactId>
    <version>3.1.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aliyun:vcs20200515:3.1.7'

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

implementation("com.aliyun:vcs20200515:3.1.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aliyun" % "vcs20200515" % "3.1.7"

Advertisement