License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.codehaus.gant |
ArtifactId | ArtifactIdgant |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGant
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 OrganizationRussel Winder |
Filename | Size |
---|---|
gant-1.4.0.pom | |
gant-1.4.0.jar | 179 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-ant-tasks | jar | 2.0.9 |
org.apache.ivy : ivy | jar | 2.0.0-beta2 |