| License | License | 
|---|---|
| Categories | CategoriesAnt Build Tools | 
| GroupId | GroupIdorg.apache.ant | 
| ArtifactId | ArtifactIdant-launcher | 
| Last Version | Last Version1.10.12 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionApache Ant Launcher master POM | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| ant-launcher-1.10.12.pom | |
| ant-launcher-1.10.12.jar | 17 KB | 
| ant-launcher-1.10.12-sources.jar | 18 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.ant/ant-launcher/ -->
<dependency>
    <groupId>org.apache.ant</groupId>
    <artifactId>ant-launcher</artifactId>
    <version>1.10.12</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.ant/ant-launcher/
implementation 'org.apache.ant:ant-launcher:1.10.12'// https://jarcasting.com/artifacts/org.apache.ant/ant-launcher/
implementation ("org.apache.ant:ant-launcher:1.10.12")'org.apache.ant:ant-launcher:jar:1.10.12'<dependency org="org.apache.ant" name="ant-launcher" rev="1.10.12">
  <artifact name="ant-launcher" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.ant', module='ant-launcher', version='1.10.12')
)libraryDependencies += "org.apache.ant" % "ant-launcher" % "1.10.12"[org.apache.ant/ant-launcher "1.10.12"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 | 
| org.hamcrest : hamcrest-library | jar | 1.3 |