GroupId | GroupIdorg.apache.hive |
---|---|
ArtifactId | ArtifactIdhive-service |
Version | Version2.3.4 |
Type | Typejar |
Filename | Size |
---|---|
hive-service-2.3.4.pom | |
hive-service-2.3.4.jar | 513 KB |
hive-service-2.3.4-tests.jar | 117 KB |
hive-service-2.3.4-sources.jar | 375 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-service/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-service</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-service/
implementation 'org.apache.hive:hive-service:2.3.4'
// https://jarcasting.com/artifacts/org.apache.hive/hive-service/
implementation ("org.apache.hive:hive-service:2.3.4")
'org.apache.hive:hive-service:jar:2.3.4'
<dependency org="org.apache.hive" name="hive-service" rev="2.3.4">
<artifact name="hive-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-service', version='2.3.4')
)
libraryDependencies += "org.apache.hive" % "hive-service" % "2.3.4"
[org.apache.hive/hive-service "2.3.4"]