Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.spark-project.hive |
ArtifactId | ArtifactIdhive-ant |
Version | Version0.13.1 |
Type | Typejar |
Filename | Size |
---|---|
hive-ant-0.13.1.pom | |
hive-ant-0.13.1.jar | 36 KB |
hive-ant-0.13.1-sources.jar | 22 KB |
hive-ant-0.13.1-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.spark-project.hive/hive-ant/ -->
<dependency>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-ant</artifactId>
<version>0.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-ant/
implementation 'org.spark-project.hive:hive-ant:0.13.1'
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-ant/
implementation ("org.spark-project.hive:hive-ant:0.13.1")
'org.spark-project.hive:hive-ant:jar:0.13.1'
<dependency org="org.spark-project.hive" name="hive-ant" rev="0.13.1">
<artifact name="hive-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spark-project.hive', module='hive-ant', version='0.13.1')
)
libraryDependencies += "org.spark-project.hive" % "hive-ant" % "0.13.1"
[org.spark-project.hive/hive-ant "0.13.1"]