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.6.0-03.jar download
groovy-eclipse-compiler-3.6.0-03.pom download
groovy-eclipse-compiler-3.6.0-03-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.groovy</groupId>
  <artifactId>groovy-eclipse-compiler</artifactId>
  <version>3.6.0-03</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.groovy:groovy-eclipse-compiler:3.6.0-03'
Gradle Kotlin
implementation("org.codehaus.groovy:groovy-eclipse-compiler:3.6.0-03")
Scala SBT
libraryDependencies += "org.codehaus.groovy" % "groovy-eclipse-compiler" % "3.6.0-03"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.groovy', module='groovy-eclipse-compiler', version='3.6.0-03')
)
Apache Ivy
<dependency org="org.codehaus.groovy" name="groovy-eclipse-compiler" rev="3.6.0-03" />
Leiningen
[org.codehaus.groovy/groovy-eclipse-compiler "3.6.0-03"]
Apache Buildr
'org.codehaus.groovy:groovy-eclipse-compiler:jar:3.6.0-03'