is not current version
Last Version 2.8.0-2

org.alluxio:alluxio-underfs 2.2.2-2

Parent POM for different implementations of Alluxio under file system

GroupId

GroupId

org.alluxio
ArtifactId

ArtifactId

alluxio-underfs
Version

Version

2.2.2-2
Type

Type

pom

Download alluxio-underfs 2.2.2-2


<!-- https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs/ -->
<dependency>
    <groupId>org.alluxio</groupId>
    <artifactId>alluxio-underfs</artifactId>
    <version>2.2.2-2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs/
implementation 'org.alluxio:alluxio-underfs:2.2.2-2'
// https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs/
implementation ("org.alluxio:alluxio-underfs:2.2.2-2")
'org.alluxio:alluxio-underfs:pom:2.2.2-2'
<dependency org="org.alluxio" name="alluxio-underfs" rev="2.2.2-2">
  <artifact name="alluxio-underfs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.alluxio', module='alluxio-underfs', version='2.2.2-2')
)
libraryDependencies += "org.alluxio" % "alluxio-underfs" % "2.2.2-2"
[org.alluxio/alluxio-underfs "2.2.2-2"]