Ant Tools

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

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.nfalco79
ArtifactId

ArtifactId

tools-ant
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/nfalco79/tools-ant
Source Code Management

Source Code Management

https://github.com/nfalco79/tools

Download tools-ant

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.j256.simplejmx : simplejmx Optional jar 1.15

provided (1)

Group / Artifact Type Version
org.apache.ant : ant jar 1.8.4

test (6)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.1.1
1.1.0