Files download
File Operation
cloudfw20171207-3.4.1.jar download
cloudfw20171207-3.4.1.pom download
cloudfw20171207-3.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aliyun</groupId>
  <artifactId>cloudfw20171207</artifactId>
  <version>3.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.aliyun:cloudfw20171207:3.4.1'
Gradle Kotlin
implementation("com.aliyun:cloudfw20171207:3.4.1")
Scala SBT
libraryDependencies += "com.aliyun" % "cloudfw20171207" % "3.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.aliyun', module='cloudfw20171207', version='3.4.1')
)
Apache Ivy
<dependency org="com.aliyun" name="cloudfw20171207" rev="3.4.1" />
Leiningen
[com.aliyun/cloudfw20171207 "3.4.1"]
Apache Buildr
'com.aliyun:cloudfw20171207:jar:3.4.1'