t

trino-hdfs

文件下载
文件名 操作
trino-hdfs-415.jar 下载
trino-hdfs-415.pom 下载
trino-hdfs-415-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.trino</groupId>
  <artifactId>trino-hdfs</artifactId>
  <version>415</version>
</dependency>
Gradle Groovy
implementation 'io.trino:trino-hdfs:415'
Gradle Kotlin
implementation("io.trino:trino-hdfs:415")
Scala SBT
libraryDependencies += "io.trino" % "trino-hdfs" % "415"
Groovy Grape
@Grapes(
  @Grab(group='io.trino', module='trino-hdfs', version='415')
)
Apache Ivy
<dependency org="io.trino" name="trino-hdfs" rev="415" />
Leiningen
[io.trino/trino-hdfs "415"]
Apache Buildr
'io.trino:trino-hdfs:jar:415'