Gant

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.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.codehaus.gant
ArtifactId

ArtifactId

gant_groovy1.5
Last Version

Last Version

1.8.1
Release Date

Release Date

Type

Type

jar
Description

Description

Gant
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.
Project Organization

Project Organization

Russel Winder

Download gant_groovy1.5

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 1.5.8
commons-cli : commons-cli jar 1.2
org.apache.ant : ant jar 1.7.1

runtime (2)

Group / Artifact Type Version
org.apache.maven : maven-ant-tasks jar 2.0.10
org.apache.ivy : ivy jar 2.1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.8.1
1.8.0
1.7.0
1.6.1
1.6.0
1.5.1
1.5.0