is not current version
Last Version 4.0.0-alpha-1

org.apache.hive:hive-service 1.1.1


GroupId

GroupId

org.apache.hive
ArtifactId

ArtifactId

hive-service
Version

Version

1.1.1
Type

Type

jar

Download hive-service 1.1.1


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