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

compile

|-- junit:junit:4.12