Gant

Gant is a Groovy-based build framework that provides a scripting system for Ant tasks. With Ant the build specification is an XML file, with Gant the build specification is a Groovy script. All the underlying Ant tasks are used in the same way in Gant as with Ant, but using a programming language rather than XML to specify the process means that imperative and declarative expression is possible, without any hacking.

Homepage POM file JAR file Javadoc
'org.codehaus.gant:gant:1.0.1'

Dependencies

Compile dependencies