GroupId | GroupIdorg.alluxio |
---|---|
ArtifactId | ArtifactIdalluxio-underfs-s3a |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
alluxio-underfs-s3a-2.2.1.pom | |
alluxio-underfs-s3a-2.2.1.jar | 28 KB |
alluxio-underfs-s3a-2.2.1-sources.jar | 18 KB |
alluxio-underfs-s3a-2.2.1-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs-s3a/ -->
<dependency>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-underfs-s3a</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs-s3a/
implementation 'org.alluxio:alluxio-underfs-s3a:2.2.1'
// https://jarcasting.com/artifacts/org.alluxio/alluxio-underfs-s3a/
implementation ("org.alluxio:alluxio-underfs-s3a:2.2.1")
'org.alluxio:alluxio-underfs-s3a:jar:2.2.1'
<dependency org="org.alluxio" name="alluxio-underfs-s3a" rev="2.2.1">
<artifact name="alluxio-underfs-s3a" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alluxio', module='alluxio-underfs-s3a', version='2.2.1')
)
libraryDependencies += "org.alluxio" % "alluxio-underfs-s3a" % "2.2.1"
[org.alluxio/alluxio-underfs-s3a "2.2.1"]