Ant Tools

A collection of Ant tools to get easy scripting with ant language.

Лицензия

Лицензия

Категории

Категории

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

Группа

com.github.nfalco79
Идентификатор

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

tools-ant
Последняя версия

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

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Ant Tools
A collection of Ant tools to get easy scripting with ant language.
Ссылка на сайт

Ссылка на сайт

https://github.com/nfalco79/tools-ant
Система контроля версий

Система контроля версий

https://github.com/nfalco79/tools

Скачать tools-ant

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.j256.simplejmx : simplejmx Необязательный jar 1.15

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.ant : ant jar 1.8.4

test (6)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.jdom : jdom2 jar 2.0.6
org.ops4j.pax.tinybundles : tinybundles jar 2.1.0
commons-io : commons-io jar 2.4
org.slf4j : slf4j-jdk14 jar 1.5.11
org.mockito : mockito-core jar 2.17.0

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

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

tools

Build Status Coverage Status

Maven

Released versions are available in The Central Repository. Just add this artifact to your project:

<dependency>
    <groupId>com.github.nfalco79</groupId>
    <artifactId>tools-ant</artifactId>
    <version>{version}</version>
</dependency>

However if you want to use the last snapshot version, you have to add the Nexus OSS repository:

<repository>
    <id>osshr</id>
    <name>Nexus OSS repository for snapshots</name>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
</repository>

License

This project is licensed under APLv2 license.

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

Версия
1.1.1
1.1.0