groovy-eclipse-compiler

groovy-eclipse-compiler

Maven adapter for the Groovy-Eclipse Batch Compiler
https://github.com/groovy/groovy-eclipse/wiki/Groovy-Eclipse-Maven-plugin
The Eclipse Public License
Pivotal Software, Inc.
Andy Clement Eric Milles
Files download
File Operation
groovy-eclipse-compiler-3.7.0.jar download
groovy-eclipse-compiler-3.7.0.pom download
groovy-eclipse-compiler-3.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.groovy</groupId>
  <artifactId>groovy-eclipse-compiler</artifactId>
  <version>3.7.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.groovy:groovy-eclipse-compiler:3.7.0'
Gradle Kotlin
implementation("org.codehaus.groovy:groovy-eclipse-compiler:3.7.0")
Scala SBT
libraryDependencies += "org.codehaus.groovy" % "groovy-eclipse-compiler" % "3.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.groovy', module='groovy-eclipse-compiler', version='3.7.0')
)
Apache Ivy
<dependency org="org.codehaus.groovy" name="groovy-eclipse-compiler" rev="3.7.0" />
Leiningen
[org.codehaus.groovy/groovy-eclipse-compiler "3.7.0"]
Apache Buildr
'org.codehaus.groovy:groovy-eclipse-compiler:jar:3.7.0'