t

trino-filesystem-gcs

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