a

alluxio-underfs

Parent POM for different implementations of Alluxio under file system
文件下载
文件名 操作
alluxio-underfs-2.8.0-1.pom 下载
Apache Maven
<dependency>
  <groupId>org.alluxio</groupId>
  <artifactId>alluxio-underfs</artifactId>
  <version>2.8.0-1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.alluxio:alluxio-underfs:2.8.0-1'
Gradle Kotlin
implementation("org.alluxio:alluxio-underfs:2.8.0-1")
Scala SBT
libraryDependencies += "org.alluxio" % "alluxio-underfs" % "2.8.0-1"
Groovy Grape
@Grapes(
  @Grab(group='org.alluxio', module='alluxio-underfs', version='2.8.0-1')
)
Apache Ivy
<dependency org="org.alluxio" name="alluxio-underfs" rev="2.8.0-1" />
Leiningen
[org.alluxio/alluxio-underfs "2.8.0-1"]
Apache Buildr
'org.alluxio:alluxio-underfs:jar:2.8.0-1'