t

trino-hadoop-toolkit

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