a

alluxio-underfs-tos

Tinder Object Storage Under File System implementation
Files download
File Operation
alluxio-underfs-tos-2.9.5.jar download
alluxio-underfs-tos-2.9.5.pom download
alluxio-underfs-tos-2.9.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.alluxio</groupId>
  <artifactId>alluxio-underfs-tos</artifactId>
  <version>2.9.5</version>
</dependency>
Gradle Groovy
implementation 'org.alluxio:alluxio-underfs-tos:2.9.5'
Gradle Kotlin
implementation("org.alluxio:alluxio-underfs-tos:2.9.5")
Scala SBT
libraryDependencies += "org.alluxio" % "alluxio-underfs-tos" % "2.9.5"
Groovy Grape
@Grapes(
  @Grab(group='org.alluxio', module='alluxio-underfs-tos', version='2.9.5')
)
Apache Ivy
<dependency org="org.alluxio" name="alluxio-underfs-tos" rev="2.9.5" />
Leiningen
[org.alluxio/alluxio-underfs-tos "2.9.5"]
Apache Buildr
'org.alluxio:alluxio-underfs-tos:jar:2.9.5'