Group Id org.codehaus.groovy
Artifact Id groovy-all
Version 3.0.0-rc-1
Packaging jar
URL -
Badge
Last Updated 2019-10-25T04:48:20+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>3.0.0-rc-1</version>
</dependency>
implementation group: 'org.codehaus.groovy', name: 'groovy-all', version: '3.0.0-rc-1'
implementation 'org.codehaus.groovy:groovy-all:3.0.0-rc-1'
implementation("org.codehaus.groovy:groovy-all:3.0.0-rc-1")
libraryDependencies += "org.codehaus.groovy" % "groovy-all" % "3.0.0-rc-1"
<dependency org="org.codehaus.groovy" name="groovy-all" rev="3.0.0-rc-1"/>
@Grapes(
    @Grab(group='org.codehaus.groovy', module='groovy-all', version='3.0.0-rc-1')
)
[org.codehaus.groovy/groovy-all "3.0.0-rc-1"]
'org.codehaus.groovy:groovy-all:3.0.0-rc-1'