MVN

org.spark-project.hive : hive-contrib

Maven & Gradle

Apr 08, 2016
2 usages

Hive Contrib

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

Latest Version

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

  • Latest Stable: 0.13.1a

All Versions

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

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

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement