a

ant

文件下载
文件名 操作
ant-1.5.4.jar 下载
ant-1.5.4.pom 下载
Apache Maven
<dependency>
  <groupId>ant</groupId>
  <artifactId>ant</artifactId>
  <version>1.5.4</version>
</dependency>
Gradle Groovy
implementation 'ant:ant:1.5.4'
Gradle Kotlin
implementation("ant:ant:1.5.4")
Scala SBT
libraryDependencies += "ant" % "ant" % "1.5.4"
Groovy Grape
@Grapes(
  @Grab(group='ant', module='ant', version='1.5.4')
)
Apache Ivy
<dependency org="ant" name="ant" rev="1.5.4" />
Leiningen
[ant/ant "1.5.4"]
Apache Buildr
'ant:ant:jar:1.5.4'
本项目依赖
该项目无第三方依赖