MVN

org.apache.hive : hive-hwi

Maven & Gradle

Jul 26, 2017
2 usages

Hive HWI

<dependency>
    <groupId>org.apache.hive</groupId>
    <artifactId>hive-hwi</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.0

All Versions

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

Version Vulnerabilities Updated
2.2.x
hive-hwi-2.2.0
2.1.x
hive-hwi-2.1.1
hive-hwi-2.1.0
2.0.x
hive-hwi-2.0.1
hive-hwi-2.0.0
1.2.x
hive-hwi-1.2.2
hive-hwi-1.2.1
hive-hwi-1.2.0
1.1.x
hive-hwi-1.1.1
hive-hwi-1.1.0
1.0.x
hive-hwi-1.0.1
hive-hwi-1.0.0
0.14.x
hive-hwi-0.14.0
0.13.x
hive-hwi-0.13.1
hive-hwi-0.13.0
0.12.x
hive-hwi-0.12.0
0.11.x
hive-hwi-0.11.0
0.10.x
hive-hwi-0.10.0
0.9.x
hive-hwi-0.9.0
0.8.x
hive-hwi-0.8.1
hive-hwi-0.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.hive</groupId>
    <artifactId>hive-hwi</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.hive:hive-hwi:2.2.0'

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

implementation("org.apache.hive:hive-hwi:2.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.hive" % "hive-hwi" % "2.2.0"

Advertisement