p

presto-hive

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