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