MVN

com.amazon.emr : hive3-shims

Maven & Gradle

Mar 14, 2024

Hive3Shims · Shims for Hive-3.x compatibility

<dependency>
    <groupId>com.amazon.emr</groupId>
    <artifactId>hive3-shims</artifactId>
    <version>5.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amazon.emr : hive3-shims to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.0

All Versions

Choose a version of com.amazon.emr : hive3-shims to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
hive3-shims-5.2.0
5.1.x
hive3-shims-5.1.0
5.0.x
hive3-shims-5.0.0

How to add a dependency to Maven

Add the following com.amazon.emr : hive3-shims maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amazon.emr</groupId>
    <artifactId>hive3-shims</artifactId>
    <version>5.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amazon.emr : hive3-shims gradle dependency to your build.gradle file:

implementation 'com.amazon.emr:hive3-shims:5.2.0'

Gradle Kotlin DSL: Add the following com.amazon.emr : hive3-shims gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amazon.emr:hive3-shims:5.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amazon.emr : hive3-shims sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amazon.emr" % "hive3-shims" % "5.2.0"

Advertisement