Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.codehaus.mojo |
ArtifactId | ArtifactIdantcall |
Last Version | Last Version1.0-alpha-3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAnt Caller
Runs ant scripts from API calls
|
Filename | Size |
---|---|
antcall-1.0-alpha-3.pom | |
antcall-1.0-alpha-3.jar | 9 KB |
antcall-1.0-alpha-3-sources.jar | 8 KB |
antcall-1.0-alpha-3-javadoc.jar | 52 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |