Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdant |
ArtifactId | ArtifactIdant-launcher |
Last Version | Last Version1.6.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
ant-launcher-1.6.5.pom | |
ant-launcher-1.6.5.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ant/ant-launcher/ -->
<dependency>
<groupId>ant</groupId>
<artifactId>ant-launcher</artifactId>
<version>1.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/ant/ant-launcher/
implementation 'ant:ant-launcher:1.6.5'
// https://jarcasting.com/artifacts/ant/ant-launcher/
implementation ("ant:ant-launcher:1.6.5")
'ant:ant-launcher:jar:1.6.5'
<dependency org="ant" name="ant-launcher" rev="1.6.5">
<artifact name="ant-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='ant', module='ant-launcher', version='1.6.5')
)
libraryDependencies += "ant" % "ant-launcher" % "1.6.5"
[ant/ant-launcher "1.6.5"]