t

trino-hive-formats

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