GroupId | GroupIdorg.alluxio |
---|---|
ArtifactId | ArtifactIdalluxio-underfs |
Version | Version2.2.0 |
Type | Typepom |
Filename | Size |
---|---|
alluxio-underfs-2.2.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs/ -->
<dependency>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-underfs</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs/
implementation 'org.alluxio:alluxio-underfs:2.2.0'
// https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs/
implementation ("org.alluxio:alluxio-underfs:2.2.0")
'org.alluxio:alluxio-underfs:pom:2.2.0'
<dependency org="org.alluxio" name="alluxio-underfs" rev="2.2.0">
<artifact name="alluxio-underfs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.alluxio', module='alluxio-underfs', version='2.2.0')
)
libraryDependencies += "org.alluxio" % "alluxio-underfs" % "2.2.0"
[org.alluxio/alluxio-underfs "2.2.0"]