is not current version
Last Version 0.10.0

org.apache.hive:hive-pdk 0.9.0


GroupId

GroupId

org.apache.hive
ArtifactId

ArtifactId

hive-pdk
Version

Version

0.9.0
Type

Type

jar

Download hive-pdk 0.9.0


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