t

trino-thrift

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