g

gant_groovy1.5

Gant is a tool for scripting Ant tasks using Groovy instead of XML to specify the logic. A Gant specification is just a Groovy script and so can bring all the power of Groovy to bear directly, something not possible with Ant scripts. Whilst it might be seen as a competitor to Ant, Gant relies on all the Ant tasks for actually doing things, so it is really an alternative way of doing things using Ant, but using a programming language rather than XML to specify the rules.
http://gant.codehaus.org/
The Apache Software License, Version 2.0
Russel Winder
Russel Winder
Files download
File Operation
gant_groovy1.5-1.8.1.jar download
gant_groovy1.5-1.8.1.pom download
Apache Maven
<dependency>
  <groupId>org.codehaus.gant</groupId>
  <artifactId>gant_groovy1.5</artifactId>
  <version>1.8.1</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.gant:gant_groovy1.5:1.8.1'
Gradle Kotlin
implementation("org.codehaus.gant:gant_groovy1.5:1.8.1")
Scala SBT
libraryDependencies += "org.codehaus.gant" % "gant_groovy1.5" % "1.8.1"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.gant', module='gant_groovy1.5', version='1.8.1')
)
Apache Ivy
<dependency org="org.codehaus.gant" name="gant_groovy1.5" rev="1.8.1" />
Leiningen
[org.codehaus.gant/gant_groovy1.5 "1.8.1"]
Apache Buildr
'org.codehaus.gant:gant_groovy1.5:jar:1.8.1'