is not current version
Last Version 0.12.0

org.apache.hive:hive-anttasks 0.9.0

Hive is a data warehouse infrastructure built on top of Hadoop see http://wiki.apache.org/hadoop/Hive

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.apache.hive
ArtifactId

ArtifactId

hive-anttasks
Version

Version

0.9.0
Type

Type

jar

Download hive-anttasks 0.9.0


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