t

trino-google-sheets

Trino - Google Sheets Connector
文件下载
文件名 操作
trino-google-sheets-434.jar 下载
trino-google-sheets-434.pom 下载
trino-google-sheets-434-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.trino</groupId>
  <artifactId>trino-google-sheets</artifactId>
  <version>434</version>
  <type>trino-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.trino:trino-google-sheets:434'
Gradle Kotlin
implementation("io.trino:trino-google-sheets:434")
Scala SBT
libraryDependencies += "io.trino" % "trino-google-sheets" % "434"
Groovy Grape
@Grapes(
  @Grab(group='io.trino', module='trino-google-sheets', version='434')
)
Apache Ivy
<dependency org="io.trino" name="trino-google-sheets" rev="434" />
Leiningen
[io.trino/trino-google-sheets "434"]
Apache Buildr
'io.trino:trino-google-sheets:jar:434'