h

hive-thrift

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