Files download
File Operation
hive-ant-2.1.1.jar download
hive-ant-2.1.1.pom download
hive-ant-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.hive</groupId>
  <artifactId>hive-ant</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hive:hive-ant:2.1.1'
Gradle Kotlin
implementation("org.apache.hive:hive-ant:2.1.1")
Scala SBT
libraryDependencies += "org.apache.hive" % "hive-ant" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hive', module='hive-ant', version='2.1.1')
)
Apache Ivy
<dependency org="org.apache.hive" name="hive-ant" rev="2.1.1" />
Leiningen
[org.apache.hive/hive-ant "2.1.1"]
Apache Buildr
'org.apache.hive:hive-ant:jar:2.1.1'