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