t

trino-thrift

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