is not current version
Last Version 1.1.0

org.codehaus.griffon:griffon-launcher-ant 1.0.0

A standalone library for launching any version of Griffon in the same JVM with an isolated classpath (for Apache Ant)

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.codehaus.griffon
ArtifactId

ArtifactId

griffon-launcher-ant
Version

Version

1.0.0
Type

Type

jar

Download griffon-launcher-ant 1.0.0


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