не последняя версия
Последняя версия 1.10.12

org.apache.ant:ant 1.10.8


Категории

Категории

Ant Компиляция и сборка
Группа

Группа

org.apache.ant
Идентификатор

Идентификатор

ant
Версия

Версия

1.10.8
Тип

Тип

jar

Скачать ant 1.10.8


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