h

hive-apache

Shaded version of Apache Hive for Presto
https://github.com/facebook/presto-hive-apache
Apache License 2.0
Files download
File Operation
hive-apache-0.9.jar download
hive-apache-0.9.pom download
hive-apache-0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.facebook.presto.hive</groupId>
  <artifactId>hive-apache</artifactId>
  <version>0.9</version>
</dependency>
Gradle Groovy
implementation 'com.facebook.presto.hive:hive-apache:0.9'
Gradle Kotlin
implementation("com.facebook.presto.hive:hive-apache:0.9")
Scala SBT
libraryDependencies += "com.facebook.presto.hive" % "hive-apache" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.presto.hive', module='hive-apache', version='0.9')
)
Apache Ivy
<dependency org="com.facebook.presto.hive" name="hive-apache" rev="0.9" />
Leiningen
[com.facebook.presto.hive/hive-apache "0.9"]
Apache Buildr
'com.facebook.presto.hive:hive-apache:jar:0.9'