License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.apache.hive |
ArtifactId | ArtifactIdhive-anttasks |
Last Version | Last Version0.12.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHive is a data warehouse infrastructure built on top of Hadoop see
http://wiki.apache.org/hadoop/Hive
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hive-anttasks-0.12.0.pom | |
hive-anttasks-0.12.0.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-anttasks/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-anttasks</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-anttasks/
implementation 'org.apache.hive:hive-anttasks:0.12.0'
// https://jarcasting.com/artifacts/org.apache.hive/hive-anttasks/
implementation ("org.apache.hive:hive-anttasks:0.12.0")
'org.apache.hive:hive-anttasks:jar:0.12.0'
<dependency org="org.apache.hive" name="hive-anttasks" rev="0.12.0">
<artifact name="hive-anttasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-anttasks', version='0.12.0')
)
libraryDependencies += "org.apache.hive" % "hive-anttasks" % "0.12.0"
[org.apache.hive/hive-anttasks "0.12.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.4 |
velocity : velocity | jar | 1.5 |