is not current version
Last Version 3.0.11

org.codehaus.groovy:groovy-ant 2.0.0

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.0.0
Type

Type

jar

Download groovy-ant 2.0.0


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