MVN

org.alluxio : alluxio-underfs-tos

Maven & Gradle

Jun 13, 2024

Alluxio Under File System - Tinder Object Storage · Tinder Object Storage Under File System implementation

<dependency>
    <groupId>org.alluxio</groupId>
    <artifactId>alluxio-underfs-tos</artifactId>
    <version>2.9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.alluxio : alluxio-underfs-tos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.5

All Versions

Choose a version of org.alluxio : alluxio-underfs-tos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
alluxio-underfs-tos-2.9.5

How to add a dependency to Maven

Add the following org.alluxio : alluxio-underfs-tos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.alluxio</groupId>
    <artifactId>alluxio-underfs-tos</artifactId>
    <version>2.9.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.alluxio : alluxio-underfs-tos gradle dependency to your build.gradle file:

implementation 'org.alluxio:alluxio-underfs-tos:2.9.5'

Gradle Kotlin DSL: Add the following org.alluxio : alluxio-underfs-tos gradle kotlin dependency to your build.gradle.kts file:

implementation("org.alluxio:alluxio-underfs-tos:2.9.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.alluxio : alluxio-underfs-tos sbt scala dependency to your build.sbt file:

libraryDependencies += "org.alluxio" % "alluxio-underfs-tos" % "2.9.5"

Advertisement