MVN

org.apache.hive : hive-accumulo-handler

Maven & Gradle

Aug 07, 2023
1 usages

Hive Accumulo Handler

<dependency>
    <groupId>org.apache.hive</groupId>
    <artifactId>hive-accumulo-handler</artifactId>
    <version>3.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.hive : hive-accumulo-handler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.3
  • Latest Beta: 4.0.0-beta-1
  • Latest Alpha: 4.0.0-alpha-2

All Versions

Choose a version of org.apache.hive : hive-accumulo-handler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
hive-accumulo-handler-4.0.0-beta-1
hive-accumulo-handler-4.0.0-alpha-2
hive-accumulo-handler-4.0.0-alpha-1
3.1.x
hive-accumulo-handler-3.1.3
hive-accumulo-handler-3.1.2
hive-accumulo-handler-3.1.1
hive-accumulo-handler-3.1.0
3.0.x
hive-accumulo-handler-3.0.0
2.3.x
hive-accumulo-handler-2.3.9
hive-accumulo-handler-2.3.8
hive-accumulo-handler-2.3.7
hive-accumulo-handler-2.3.6
hive-accumulo-handler-2.3.5
hive-accumulo-handler-2.3.4
hive-accumulo-handler-2.3.3
hive-accumulo-handler-2.3.2
hive-accumulo-handler-2.3.1
hive-accumulo-handler-2.3.0
2.2.x
hive-accumulo-handler-2.2.0
2.1.x
hive-accumulo-handler-2.1.1
hive-accumulo-handler-2.1.0
2.0.x
hive-accumulo-handler-2.0.1
hive-accumulo-handler-2.0.0
1.2.x
hive-accumulo-handler-1.2.2
hive-accumulo-handler-1.2.1
hive-accumulo-handler-1.2.0
1.1.x
hive-accumulo-handler-1.1.1
hive-accumulo-handler-1.1.0
1.0.x
hive-accumulo-handler-1.0.1
hive-accumulo-handler-1.0.0
0.14.x
hive-accumulo-handler-0.14.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.hive</groupId>
    <artifactId>hive-accumulo-handler</artifactId>
    <version>3.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.hive : hive-accumulo-handler gradle dependency to your build.gradle file:

implementation 'org.apache.hive:hive-accumulo-handler:3.1.3'

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

implementation("org.apache.hive:hive-accumulo-handler:3.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.hive : hive-accumulo-handler sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.hive" % "hive-accumulo-handler" % "3.1.3"

Advertisement