MVN

com.aliyun : xixikf20200730

Maven & Gradle

Sep 22, 2022
53 stars

xixikf20200730 · Alibaba Cloud xixikf (20200730) SDK for Java

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

Latest Version

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

  • Latest Stable: 1.1.7

All Versions

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

Version Vulnerabilities Updated
1.1.x
xixikf20200730-1.1.7
xixikf20200730-1.1.6
xixikf20200730-1.1.5
xixikf20200730-1.1.4
xixikf20200730-1.1.3
xixikf20200730-1.1.2
xixikf20200730-1.1.1
xixikf20200730-1.1.0
1.0.x
xixikf20200730-1.0.9
xixikf20200730-1.0.8
xixikf20200730-1.0.7
xixikf20200730-1.0.6
xixikf20200730-1.0.4
xixikf20200730-1.0.3
xixikf20200730-1.0.2
xixikf20200730-1.0.1
xixikf20200730-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>xixikf20200730</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aliyun:xixikf20200730:1.1.7'

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

implementation("com.aliyun:xixikf20200730:1.1.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aliyun" % "xixikf20200730" % "1.1.7"

Advertisement