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