t

trino-hive-formats

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