is not current version
Last Version 1.10.12

org.apache.ant:ant-launcher 1.10.8


Categories

Categories

Ant Build Tools
GroupId

GroupId

org.apache.ant
ArtifactId

ArtifactId

ant-launcher
Version

Version

1.10.8
Type

Type

jar

Download ant-launcher 1.10.8


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