groovy-eclipse-compiler

groovy-eclipse-compiler

Compiles Groovy code using the Groovy-Eclipse compiler.
http://groovy.codehaus.org/Eclipse+Plugin
The Eclipse Public License
The Codehuas
Andrew Eisenberg
Files download
File Operation
groovy-eclipse-compiler-2.7.0-01.jar download
groovy-eclipse-compiler-2.7.0-01.pom download
groovy-eclipse-compiler-2.7.0-01-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.groovy</groupId>
  <artifactId>groovy-eclipse-compiler</artifactId>
  <version>2.7.0-01</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.groovy:groovy-eclipse-compiler:2.7.0-01'
Gradle Kotlin
implementation("org.codehaus.groovy:groovy-eclipse-compiler:2.7.0-01")
Scala SBT
libraryDependencies += "org.codehaus.groovy" % "groovy-eclipse-compiler" % "2.7.0-01"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.groovy', module='groovy-eclipse-compiler', version='2.7.0-01')
)
Apache Ivy
<dependency org="org.codehaus.groovy" name="groovy-eclipse-compiler" rev="2.7.0-01" />
Leiningen
[org.codehaus.groovy/groovy-eclipse-compiler "2.7.0-01"]
Apache Buildr
'org.codehaus.groovy:groovy-eclipse-compiler:jar:2.7.0-01'