MVN

org.apache.hive : hive-service-rpc

Maven & Gradle

Aug 07, 2023
31 usages

Hive Service RPC

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

Latest Version

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.hive</groupId>
    <artifactId>hive-service-rpc</artifactId>
    <version>3.1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.hive:hive-service-rpc:3.1.3'

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

implementation("org.apache.hive:hive-service-rpc:3.1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.hive" % "hive-service-rpc" % "3.1.3"

Advertisement