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