MVN

org.spark-project.hive : hive-beeline

Maven & Gradle

Apr 08, 2016
19 usages

Hive Beeline

<dependency>
    <groupId>org.spark-project.hive</groupId>
    <artifactId>hive-beeline</artifactId>
    <version>0.13.1a</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.spark-project.hive : hive-beeline to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.1a

All Versions

Choose a version of org.spark-project.hive : hive-beeline to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
hive-beeline-1.2.1.spark2
hive-beeline-1.2.1.spark
0.13.x
hive-beeline-0.13.1
hive-beeline-0.13.1a
0.12.x
hive-beeline-0.12.0-protobuf-2.5
hive-beeline-0.12.0-protobuf
hive-beeline-0.12.0

How to add a dependency to Maven

Add the following org.spark-project.hive : hive-beeline maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.spark-project.hive</groupId>
    <artifactId>hive-beeline</artifactId>
    <version>0.13.1a</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.spark-project.hive : hive-beeline gradle dependency to your build.gradle file:

implementation 'org.spark-project.hive:hive-beeline:0.13.1a'

Gradle Kotlin DSL: Add the following org.spark-project.hive : hive-beeline gradle kotlin dependency to your build.gradle.kts file:

implementation("org.spark-project.hive:hive-beeline:0.13.1a")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.spark-project.hive : hive-beeline sbt scala dependency to your build.sbt file:

libraryDependencies += "org.spark-project.hive" % "hive-beeline" % "0.13.1a"

Advertisement