g

gant_groovy1.8

A framework for programming dependencies.
http://gant.codehaus.org.uk
The Apache Software License, Version 2.0
Russel Winder
Files download
File Operation
gant_groovy1.8-1.9.8.jar download
gant_groovy1.8-1.9.8.pom download
gant_groovy1.8-1.9.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.gant</groupId>
  <artifactId>gant_groovy1.8</artifactId>
  <version>1.9.8</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.gant:gant_groovy1.8:1.9.8'
Gradle Kotlin
implementation("org.codehaus.gant:gant_groovy1.8:1.9.8")
Scala SBT
libraryDependencies += "org.codehaus.gant" % "gant_groovy1.8" % "1.9.8"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.gant', module='gant_groovy1.8', version='1.9.8')
)
Apache Ivy
<dependency org="org.codehaus.gant" name="gant_groovy1.8" rev="1.9.8" />
Leiningen
[org.codehaus.gant/gant_groovy1.8 "1.9.8"]
Apache Buildr
'org.codehaus.gant:gant_groovy1.8:jar:1.9.8'