| Лицензия |
Лицензия |
|---|---|
| Категории |
Категории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-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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.codehaus.groovy : groovy | jar | 1.5.6 |
| commons-cli : commons-cli | jar | 1.0 |
| org.apache.ant : ant | jar | 1.7.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven : maven-ant-tasks | jar | 2.0.9 |
| org.apache.ivy : ivy | jar | 2.0.0-beta2 |