g

gant_groovy2.0

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