Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.apache.ant |
ArtifactId | ArtifactIdant-launcher |
Version | Version1.9.16 |
Type | Typejar |
Filename | Size |
---|---|
ant-launcher-1.9.16.pom | |
ant-launcher-1.9.16.jar | 18 KB |
ant-launcher-1.9.16-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.9.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ant/ant-launcher/
implementation 'org.apache.ant:ant-launcher:1.9.16'
// https://jarcasting.com/artifacts/org.apache.ant/ant-launcher/
implementation ("org.apache.ant:ant-launcher:1.9.16")
'org.apache.ant:ant-launcher:jar:1.9.16'
<dependency org="org.apache.ant" name="ant-launcher" rev="1.9.16">
<artifact name="ant-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ant', module='ant-launcher', version='1.9.16')
)
libraryDependencies += "org.apache.ant" % "ant-launcher" % "1.9.16"
[org.apache.ant/ant-launcher "1.9.16"]