MVN

org.apache.hive : hive-llap-ext-client

Maven & Gradle

Aug 07, 2023
2 usages

Hive Llap External Client

<dependency>
    <groupId>org.apache.hive</groupId>
    <artifactId>hive-llap-ext-client</artifactId>
    <version>3.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.hive : hive-llap-ext-client 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-llap-ext-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
hive-llap-ext-client-4.0.0-beta-1
hive-llap-ext-client-4.0.0-alpha-2
hive-llap-ext-client-4.0.0-alpha-1
3.1.x
hive-llap-ext-client-3.1.3
hive-llap-ext-client-3.1.2
hive-llap-ext-client-3.1.1
hive-llap-ext-client-3.1.0
3.0.x
hive-llap-ext-client-3.0.0
2.3.x
hive-llap-ext-client-2.3.9
hive-llap-ext-client-2.3.8
hive-llap-ext-client-2.3.7
hive-llap-ext-client-2.3.6
hive-llap-ext-client-2.3.5
hive-llap-ext-client-2.3.4
hive-llap-ext-client-2.3.3
hive-llap-ext-client-2.3.2
hive-llap-ext-client-2.3.1
hive-llap-ext-client-2.3.0
2.2.x
hive-llap-ext-client-2.2.0
2.1.x
hive-llap-ext-client-2.1.1
hive-llap-ext-client-2.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.hive</groupId>
    <artifactId>hive-llap-ext-client</artifactId>
    <version>3.1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.hive:hive-llap-ext-client:3.1.3'

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

implementation("org.apache.hive:hive-llap-ext-client:3.1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.hive" % "hive-llap-ext-client" % "3.1.3"