t

trino-hdfs

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