t

trino-google-sheets

Trino - Google Sheets connector
Files download
File Operation
trino-google-sheets-447.jar download
trino-google-sheets-447.pom download
trino-google-sheets-447-sources.jar download
Apache Maven
<dependency>
  <groupId>io.trino</groupId>
  <artifactId>trino-google-sheets</artifactId>
  <version>447</version>
  <type>trino-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.trino:trino-google-sheets:447'
Gradle Kotlin
implementation("io.trino:trino-google-sheets:447")
Scala SBT
libraryDependencies += "io.trino" % "trino-google-sheets" % "447"
Groovy Grape
@Grapes(
  @Grab(group='io.trino', module='trino-google-sheets', version='447')
)
Apache Ivy
<dependency org="io.trino" name="trino-google-sheets" rev="447" />
Leiningen
[io.trino/trino-google-sheets "447"]
Apache Buildr
'io.trino:trino-google-sheets:jar:447'