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