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