t

trino-hdfs

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