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.

Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

org.codehaus.gant
Идентификатор

Идентификатор

gant
Последняя версия

Последняя версия

1.4.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Организация-разработчик

Организация-разработчик

Russel Winder

Скачать gant

Имя Файла Размер
gant-1.4.0.pom
gant-1.4.0.jar 179 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-ant-tasks jar 2.0.9
org.apache.ivy : ivy jar 2.0.0-beta2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
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