t

trino-thrift

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