g

griffon-launcher-ant

A standalone library for launching any version of Griffon in the same JVM with an isolated classpath (for Apache Ant)
http://griffon.codehaus.org
The Apache Software License, Version 2.0
Andres Almiray
Files download
File Operation
griffon-launcher-ant-1.1.0.jar download
griffon-launcher-ant-1.1.0.pom download
Apache Maven
<dependency>
  <groupId>org.codehaus.griffon</groupId>
  <artifactId>griffon-launcher-ant</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.griffon:griffon-launcher-ant:1.1.0'
Gradle Kotlin
implementation("org.codehaus.griffon:griffon-launcher-ant:1.1.0")
Scala SBT
libraryDependencies += "org.codehaus.griffon" % "griffon-launcher-ant" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.griffon', module='griffon-launcher-ant', version='1.1.0')
)
Apache Ivy
<dependency org="org.codehaus.griffon" name="griffon-launcher-ant" rev="1.1.0" />
Leiningen
[org.codehaus.griffon/griffon-launcher-ant "1.1.0"]
Apache Buildr
'org.codehaus.griffon:griffon-launcher-ant:jar:1.1.0'