MVN

io.arenadata.hive : hive-jdbc

Maven & Gradle

Feb 10, 2022
0 stars

Hive JDBC · Hive JDBC driver from Arenadata

<dependency>
    <groupId>io.arenadata.hive</groupId>
    <artifactId>hive-jdbc</artifactId>
    <version>3.1.1-arenadata</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.arenadata.hive : hive-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1-arenadata

All Versions

Choose a version of io.arenadata.hive : hive-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
hive-jdbc-3.1.1-arenadata
2.3.x
hive-jdbc-2.3.8-arenadata-pxf-3
hive-jdbc-2.3.8-arenadata-pxf-2
hive-jdbc-2.3.8-arenadata-pxf-1

How to add a dependency to Maven

Add the following io.arenadata.hive : hive-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.arenadata.hive</groupId>
    <artifactId>hive-jdbc</artifactId>
    <version>3.1.1-arenadata</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.arenadata.hive : hive-jdbc gradle dependency to your build.gradle file:

implementation 'io.arenadata.hive:hive-jdbc:3.1.1-arenadata'

Gradle Kotlin DSL: Add the following io.arenadata.hive : hive-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("io.arenadata.hive:hive-jdbc:3.1.1-arenadata")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.arenadata.hive : hive-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "io.arenadata.hive" % "hive-jdbc" % "3.1.1-arenadata"

Advertisement