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