Group Id org.codehaus.groovy
Artifact Id groovy-all
Version 1.8.0-rc-1
Packaging jar
URL -
Badge
Last Updated 2011-02-18T12:03:31+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-all</artifactId>
    <version>1.8.0-rc-1</version>
</dependency>
implementation group: 'org.codehaus.groovy', name: 'groovy-all', version: '1.8.0-rc-1'
implementation 'org.codehaus.groovy:groovy-all:1.8.0-rc-1'
implementation("org.codehaus.groovy:groovy-all:1.8.0-rc-1")
libraryDependencies += "org.codehaus.groovy" % "groovy-all" % "1.8.0-rc-1"
<dependency org="org.codehaus.groovy" name="groovy-all" rev="1.8.0-rc-1"/>
@Grapes(
    @Grab(group='org.codehaus.groovy', module='groovy-all', version='1.8.0-rc-1')
)
[org.codehaus.groovy/groovy-all "1.8.0-rc-1"]
'org.codehaus.groovy:groovy-all:1.8.0-rc-1'