Group Id org.codehaus.groovy
Artifact Id groovy-eclipse-compiler
Version 3.7.0
Packaging jar
URL -
Badge
Last Updated 2021-03-13T13:14:55+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.7.0</version>
</dependency>
implementation group: 'org.codehaus.groovy', name: 'groovy-eclipse-compiler', version: '3.7.0'
implementation 'org.codehaus.groovy:groovy-eclipse-compiler:3.7.0'
implementation("org.codehaus.groovy:groovy-eclipse-compiler:3.7.0")
libraryDependencies += "org.codehaus.groovy" % "groovy-eclipse-compiler" % "3.7.0"
<dependency org="org.codehaus.groovy" name="groovy-eclipse-compiler" rev="3.7.0"/>
@Grapes(
    @Grab(group='org.codehaus.groovy', module='groovy-eclipse-compiler', version='3.7.0')
)
[org.codehaus.groovy/groovy-eclipse-compiler "3.7.0"]
'org.codehaus.groovy:groovy-eclipse-compiler:3.7.0'