Gant

Gant is a build tool for scripting Ant tasks using Groovy instead of XML to specify the build logic. A Gant build 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 builds using Ant, but using a programming language rather than XML to specify the build rules.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.codehaus.gant
ArtifactId

ArtifactId

gant
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Gant
Gant is a build tool for scripting Ant tasks using Groovy instead of XML to specify the build logic. A Gant build 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 builds using Ant, but using a programming language rather than XML to specify the build rules.
Project Organization

Project Organization

Russel Winder

Download gant

Filename Size
gant-1.4.0.pom
gant-1.4.0.jar 179 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.codehaus.gant/gant/ -->
<dependency>
    <groupId>org.codehaus.gant</groupId>
    <artifactId>gant</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.gant/gant/
implementation 'org.codehaus.gant:gant:1.4.0'
// https://jarcasting.com/artifacts/org.codehaus.gant/gant/
implementation ("org.codehaus.gant:gant:1.4.0")
'org.codehaus.gant:gant:jar:1.4.0'
<dependency org="org.codehaus.gant" name="gant" rev="1.4.0">
  <artifact name="gant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.gant', module='gant', version='1.4.0')
)
libraryDependencies += "org.codehaus.gant" % "gant" % "1.4.0"
[org.codehaus.gant/gant "1.4.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.codehaus.groovy : groovy jar 1.5.6
commons-cli : commons-cli jar 1.0
org.apache.ant : ant jar 1.7.1

runtime (2)

Group / Artifact Type Version
org.apache.maven : maven-ant-tasks jar 2.0.9
org.apache.ivy : ivy jar 2.0.0-beta2

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0