MVN

org.apache.hive.shims : hive-shims-0.20S

Maven & Gradle

Apr 03, 2017
1 usages

Hive Shims 0.20S

<dependency>
    <groupId>org.apache.hive.shims</groupId>
    <artifactId>hive-shims-0.20S</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.hive.shims : hive-shims-0.20S to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of org.apache.hive.shims : hive-shims-0.20S to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
hive-shims-0.20S-1.2.2
hive-shims-0.20S-1.2.1
hive-shims-0.20S-1.2.0
1.1.x
hive-shims-0.20S-1.1.1
hive-shims-0.20S-1.1.0
1.0.x
hive-shims-0.20S-1.0.1
hive-shims-0.20S-1.0.0
0.14.x
hive-shims-0.20S-0.14.0
0.13.x
hive-shims-0.20S-0.13.1
hive-shims-0.20S-0.13.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.hive.shims</groupId>
    <artifactId>hive-shims-0.20S</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.hive.shims : hive-shims-0.20S gradle dependency to your build.gradle file:

implementation 'org.apache.hive.shims:hive-shims-0.20S:1.2.2'

Gradle Kotlin DSL: Add the following org.apache.hive.shims : hive-shims-0.20S gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.hive.shims:hive-shims-0.20S:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.hive.shims : hive-shims-0.20S sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.hive.shims" % "hive-shims-0.20S" % "1.2.2"