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