t

trino-hdfs

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