is not current version
Last Version 3.0.11

org.codehaus.groovy:groovy-ant 2.5.10

Groovy: A powerful, dynamic language for the JVM

Categories

Categories

Groovy Languages Ant Build Tools
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

groovy-ant
Version

Version

2.5.10
Type

Type

jar

Download groovy-ant 2.5.10


<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-ant/ -->
<dependency>
    <groupId>org.codehaus.groovy</groupId>
    <artifactId>groovy-ant</artifactId>
    <version>2.5.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-ant/
implementation 'org.codehaus.groovy:groovy-ant:2.5.10'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-ant/
implementation ("org.codehaus.groovy:groovy-ant:2.5.10")
'org.codehaus.groovy:groovy-ant:jar:2.5.10'
<dependency org="org.codehaus.groovy" name="groovy-ant" rev="2.5.10">
  <artifact name="groovy-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-ant', version='2.5.10')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-ant" % "2.5.10"
[org.codehaus.groovy/groovy-ant "2.5.10"]