g

gant_groovy1.7

Files download
File Operation
gant_groovy1.7-1.9.5.jar download
gant_groovy1.7-1.9.5.pom download
Apache Maven
<dependency>
  <groupId>org.codehaus.gant</groupId>
  <artifactId>gant_groovy1.7</artifactId>
  <version>1.9.5</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.gant:gant_groovy1.7:1.9.5'
Gradle Kotlin
implementation("org.codehaus.gant:gant_groovy1.7:1.9.5")
Scala SBT
libraryDependencies += "org.codehaus.gant" % "gant_groovy1.7" % "1.9.5"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.gant', module='gant_groovy1.7', version='1.9.5')
)
Apache Ivy
<dependency org="org.codehaus.gant" name="gant_groovy1.7" rev="1.9.5" />
Leiningen
[org.codehaus.gant/gant_groovy1.7 "1.9.5"]
Apache Buildr
'org.codehaus.gant:gant_groovy1.7:jar:1.9.5'