MVN

com.aliyun : ft20150303

Maven & Gradle

Mar 02, 2023
53 stars

ft20150303 · Alibaba Cloud Ft (20150303) SDK for Java

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

Latest Version

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

  • Latest Stable: 1.0.14

All Versions

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

Version Vulnerabilities Updated
1.0.x
ft20150303-1.0.14
ft20150303-1.0.13
ft20150303-1.0.12
ft20150303-1.0.11
ft20150303-1.0.10
ft20150303-1.0.9
ft20150303-1.0.8
ft20150303-1.0.7
ft20150303-1.0.6
ft20150303-1.0.5
ft20150303-1.0.4
ft20150303-1.0.3
ft20150303-1.0.2
ft20150303-1.0.1
ft20150303-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>ft20150303</artifactId>
    <version>1.0.14</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aliyun:ft20150303:1.0.14'

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

implementation("com.aliyun:ft20150303:1.0.14")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aliyun" % "ft20150303" % "1.0.14"

Advertisement