is not current version
Last Version 1.9.11

org.codehaus.gant:gant_groovy2.0 1.9.7


Categories

Categories

Ant Build Tools
GroupId

GroupId

org.codehaus.gant
ArtifactId

ArtifactId

gant_groovy2.0
Version

Version

1.9.7
Type

Type

jar

Download gant_groovy2.0 1.9.7


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