is not current version
Last Version 0.10.0

org.apache.hive:hive-pdk 0.8.1


GroupId

GroupId

org.apache.hive
ArtifactId

ArtifactId

hive-pdk
Version

Version

0.8.1
Type

Type

jar

Download hive-pdk 0.8.1


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