MVN

org.spark-project.hive.shims : hive-shims-0.23

Maven & Gradle

Apr 08, 2016
1 usages

Hive Shims 0.23

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

Latest Version

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

  • Latest Stable: 0.13.1a

All Versions

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

Version Vulnerabilities Updated
1.2.x
hive-shims-0.23-1.2.1.spark2
hive-shims-0.23-1.2.1.spark
0.13.x
hive-shims-0.23-0.13.1
hive-shims-0.23-0.13.1a

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.spark-project.hive.shims:hive-shims-0.23:0.13.1a'

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

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

How to add a dependency to SBT Scala

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

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