is not current version
Last Version 2.8.0-2

org.alluxio:alluxio-underfs-gcs 1.6.0

Google Cloud Storage (GCS) Under File System implementation

GroupId

GroupId

org.alluxio
ArtifactId

ArtifactId

alluxio-underfs-gcs
Version

Version

1.6.0
Type

Type

jar

Download alluxio-underfs-gcs 1.6.0


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