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.16.jar download
hive-apache-0.16.pom download
hive-apache-0.16-sources.jar download
Apache Maven
<dependency>
  <groupId>com.facebook.presto.hive</groupId>
  <artifactId>hive-apache</artifactId>
  <version>0.16</version>
</dependency>
Gradle Groovy
implementation 'com.facebook.presto.hive:hive-apache:0.16'
Gradle Kotlin
implementation("com.facebook.presto.hive:hive-apache:0.16")
Scala SBT
libraryDependencies += "com.facebook.presto.hive" % "hive-apache" % "0.16"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.presto.hive', module='hive-apache', version='0.16')
)
Apache Ivy
<dependency org="com.facebook.presto.hive" name="hive-apache" rev="0.16" />
Leiningen
[com.facebook.presto.hive/hive-apache "0.16"]
Apache Buildr
'com.facebook.presto.hive:hive-apache:jar:0.16'