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