is not current version
Last Version 1.0-alpha-3

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

Runs ant scripts from API calls

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.codehaus.mojo
ArtifactId

ArtifactId

antcall
Version

Version

1.0-alpha-1
Type

Type

jar

Download antcall 1.0-alpha-1


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