MVN

org.spark-project.hive : hive-cli

Maven & Gradle

Apr 07, 2016
29 usages

Hive CLI

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

Latest Version

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

  • Latest Stable: 0.13.1a

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.spark-project.hive</groupId>
    <artifactId>hive-cli</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-cli gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement