Group Id org.codehaus.groovy
Artifact Id groovy-all
Version 2.3.0-rc-4
Packaging jar
URL -
Badge
Last Updated 2014-05-01T08:18:38+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>2.3.0-rc-4</version>
</dependency>
implementation group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.3.0-rc-4'
implementation 'org.codehaus.groovy:groovy-all:2.3.0-rc-4'
implementation("org.codehaus.groovy:groovy-all:2.3.0-rc-4")
libraryDependencies += "org.codehaus.groovy" % "groovy-all" % "2.3.0-rc-4"
<dependency org="org.codehaus.groovy" name="groovy-all" rev="2.3.0-rc-4"/>
@Grapes(
    @Grab(group='org.codehaus.groovy', module='groovy-all', version='2.3.0-rc-4')
)
[org.codehaus.groovy/groovy-all "2.3.0-rc-4"]
'org.codehaus.groovy:groovy-all:2.3.0-rc-4'