t

trino-hdfs

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