MVN

com.aliyun : dbfs20200418

Maven & Gradle

Mar 16, 2023

dbfs20200418 · Alibaba Cloud DBFS (20200418) SDK for Java

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

Latest Version

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

  • Latest Stable: 3.2.2

All Versions

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

  • Version Updated
  • dbfs20200418-3.2.2

    Mar 16, 2023
  • dbfs20200418-3.2.1

    Jan 29, 2023
  • dbfs20200418-3.2.0

    Jan 03, 2023
  • dbfs20200418-3.1.9

    Dec 15, 2022
  • dbfs20200418-3.1.8

    Aug 23, 2022
  • dbfs20200418-3.1.7

    Aug 22, 2022
  • dbfs20200418-3.1.6

    Aug 22, 2022
  • dbfs20200418-3.1.5

    Aug 17, 2022
  • dbfs20200418-3.1.4

    Aug 17, 2022
  • dbfs20200418-3.1.3

    Aug 16, 2022
  • dbfs20200418-3.1.2

    Aug 15, 2022
  • dbfs20200418-3.1.1

    Mar 22, 2022
  • dbfs20200418-3.1.0

    Feb 28, 2022
  • dbfs20200418-3.0.8

    Feb 10, 2022
  • dbfs20200418-3.0.7

    Jan 19, 2022
  • dbfs20200418-3.0.6

    Dec 29, 2021
  • dbfs20200418-3.0.5

    Dec 20, 2021
  • dbfs20200418-3.0.4

    Dec 10, 2021
  • dbfs20200418-3.0.3

    Dec 06, 2021
  • dbfs20200418-3.0.2

    Nov 23, 2021
  • dbfs20200418-3.0.1

    Oct 25, 2021
  • dbfs20200418-3.0.0

    Sep 14, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>dbfs20200418</artifactId>
    <version>3.2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aliyun:dbfs20200418:3.2.2'

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

implementation("com.aliyun:dbfs20200418:3.2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aliyun" % "dbfs20200418" % "3.2.2"