t

trino-filesystem-gcs

Trino - Google Cloud Storage file system support
Files download
File Operation
trino-filesystem-gcs-450.jar download
trino-filesystem-gcs-450.pom download
trino-filesystem-gcs-450-sources.jar download
Apache Maven
<dependency>
  <groupId>io.trino</groupId>
  <artifactId>trino-filesystem-gcs</artifactId>
  <version>450</version>
</dependency>
Gradle Groovy
implementation 'io.trino:trino-filesystem-gcs:450'
Gradle Kotlin
implementation("io.trino:trino-filesystem-gcs:450")
Scala SBT
libraryDependencies += "io.trino" % "trino-filesystem-gcs" % "450"
Groovy Grape
@Grapes(
  @Grab(group='io.trino', module='trino-filesystem-gcs', version='450')
)
Apache Ivy
<dependency org="io.trino" name="trino-filesystem-gcs" rev="450" />
Leiningen
[io.trino/trino-filesystem-gcs "450"]
Apache Buildr
'io.trino:trino-filesystem-gcs:jar:450'