is not current version
Last Version 1.2.1.spark2

org.spark-project.hive:hive-service 0.12.0

Hive is a data warehouse infrastructure built on top of Hadoop see http://wiki.apache.org/hadoop/Hive

GroupId

GroupId

org.spark-project.hive
ArtifactId

ArtifactId

hive-service
Version

Version

0.12.0
Type

Type

jar

Download hive-service 0.12.0


<!-- https://jarcasting.com/artifacts/org.spark-project.hive/hive-service/ -->
<dependency>
    <groupId>org.spark-project.hive</groupId>
    <artifactId>hive-service</artifactId>
    <version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-service/
implementation 'org.spark-project.hive:hive-service:0.12.0'
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-service/
implementation ("org.spark-project.hive:hive-service:0.12.0")
'org.spark-project.hive:hive-service:jar:0.12.0'
<dependency org="org.spark-project.hive" name="hive-service" rev="0.12.0">
  <artifact name="hive-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spark-project.hive', module='hive-service', version='0.12.0')
)
libraryDependencies += "org.spark-project.hive" % "hive-service" % "0.12.0"
[org.spark-project.hive/hive-service "0.12.0"]