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