g

griffon-groovy-compile

Griffon Groovy (AST)
http://griffon-framework.org
The Apache Software License, Version 2.0
Andres Almiray Danno Ferrin James Williams Alexander Klein Rene Groeschke
Files download
File Operation
griffon-groovy-compile-2.13.0.jar download
griffon-groovy-compile-2.13.0.pom download
griffon-groovy-compile-2.13.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.griffon</groupId>
  <artifactId>griffon-groovy-compile</artifactId>
  <version>2.13.0</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.griffon:griffon-groovy-compile:2.13.0'
Gradle Kotlin
implementation("org.codehaus.griffon:griffon-groovy-compile:2.13.0")
Scala SBT
libraryDependencies += "org.codehaus.griffon" % "griffon-groovy-compile" % "2.13.0"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.griffon', module='griffon-groovy-compile', version='2.13.0')
)
Apache Ivy
<dependency org="org.codehaus.griffon" name="griffon-groovy-compile" rev="2.13.0" />
Leiningen
[org.codehaus.griffon/griffon-groovy-compile "2.13.0"]
Apache Buildr
'org.codehaus.griffon:griffon-groovy-compile:jar:2.13.0'