Group Id org.codehaus.groovy
Artifact Id groovy-eclipse-compiler
Version 3.6.0-02
Packaging jar
URL -
Badge
Last Updated 2019-12-08T16:41:56+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.codehaus.groovy</groupId>
    <artifactId>groovy-eclipse-compiler</artifactId>
    <version>3.6.0-02</version>
</dependency>
implementation group: 'org.codehaus.groovy', name: 'groovy-eclipse-compiler', version: '3.6.0-02'
implementation 'org.codehaus.groovy:groovy-eclipse-compiler:3.6.0-02'
implementation("org.codehaus.groovy:groovy-eclipse-compiler:3.6.0-02")
libraryDependencies += "org.codehaus.groovy" % "groovy-eclipse-compiler" % "3.6.0-02"
<dependency org="org.codehaus.groovy" name="groovy-eclipse-compiler" rev="3.6.0-02"/>
@Grapes(
    @Grab(group='org.codehaus.groovy', module='groovy-eclipse-compiler', version='3.6.0-02')
)
[org.codehaus.groovy/groovy-eclipse-compiler "3.6.0-02"]
'org.codehaus.groovy:groovy-eclipse-compiler:3.6.0-02'