is not current version
Last Version 1.7.0

ant:ant 1.6.5


Categories

Categories

Ant Build Tools
GroupId

GroupId

ant
ArtifactId

ArtifactId

ant
Version

Version

1.6.5
Type

Type

jar

Download ant 1.6.5


<!-- https://jarcasting.com/artifacts/ant/ant/ -->
<dependency>
    <groupId>ant</groupId>
    <artifactId>ant</artifactId>
    <version>1.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/ant/ant/
implementation 'ant:ant:1.6.5'
// https://jarcasting.com/artifacts/ant/ant/
implementation ("ant:ant:1.6.5")
'ant:ant:jar:1.6.5'
<dependency org="ant" name="ant" rev="1.6.5">
  <artifact name="ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='ant', module='ant', version='1.6.5')
)
libraryDependencies += "ant" % "ant" % "1.6.5"
[ant "1.6.5"]