Ant Caller

Runs ant scripts from API calls

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.codehaus.mojo
ArtifactId

ArtifactId

antcall
Last Version

Last Version

1.0-alpha-3
Release Date

Release Date

Type

Type

jar
Description

Description

Ant Caller
Runs ant scripts from API calls

Download antcall

How to add to project

<!-- https://jarcasting.com/artifacts/org.codehaus.mojo/antcall/ -->
<dependency>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>antcall</artifactId>
    <version>1.0-alpha-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo/antcall/
implementation 'org.codehaus.mojo:antcall:1.0-alpha-3'
// https://jarcasting.com/artifacts/org.codehaus.mojo/antcall/
implementation ("org.codehaus.mojo:antcall:1.0-alpha-3")
'org.codehaus.mojo:antcall:jar:1.0-alpha-3'
<dependency org="org.codehaus.mojo" name="antcall" rev="1.0-alpha-3">
  <artifact name="antcall" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo', module='antcall', version='1.0-alpha-3')
)
libraryDependencies += "org.codehaus.mojo" % "antcall" % "1.0-alpha-3"
[org.codehaus.mojo/antcall "1.0-alpha-3"]

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.maven : maven-project jar 2.0
org.apache.maven : maven-plugin-api jar 2.0
ant : ant jar 1.6.5
org.codehaus.plexus : plexus-container-default jar 1.0-alpha-9

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-alpha-3
1.0-alpha-2
1.0-alpha-1