is not current version
Last Version 1.0-alpha-3

org.codehaus.mojo:antcall 1.0-alpha-2

Runs ant scripts from API calls

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.codehaus.mojo
ArtifactId

ArtifactId

antcall
Version

Version

1.0-alpha-2
Type

Type

jar

Download antcall 1.0-alpha-2


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