groovy-all

groovy-all

Groovy: A powerful, dynamic language for the JVM
http://groovy.codehaus.org/
The Codehaus
Guillaume Laforge bob mcwhirter James Strachan Joe Walnes Chris Stevenson Jamie McCrindle Matt Foemmel Sam Pullara Kasper Nielsen Travis Kay Zohar Melamed John Wilson Chris Poirier Christiaan ten Klooster Steve Goetze Bing Ran Jeremy Rayner John Stump Jochen Theodorou Russel Winder Pilho Kim Christian Stein Dierk Koenig Paul King Guillaume Alleon Jason Dillon Danno Ferrin
Files download
File Operation
groovy-all-1.1-rc-2.jar download
groovy-all-1.1-rc-2.pom download
groovy-all-1.1-rc-2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.groovy</groupId>
  <artifactId>groovy-all</artifactId>
  <version>1.1-rc-2</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.groovy:groovy-all:1.1-rc-2'
Gradle Kotlin
implementation("org.codehaus.groovy:groovy-all:1.1-rc-2")
Scala SBT
libraryDependencies += "org.codehaus.groovy" % "groovy-all" % "1.1-rc-2"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.groovy', module='groovy-all', version='1.1-rc-2')
)
Apache Ivy
<dependency org="org.codehaus.groovy" name="groovy-all" rev="1.1-rc-2" />
Leiningen
[org.codehaus.groovy/groovy-all "1.1-rc-2"]
Apache Buildr
'org.codehaus.groovy:groovy-all:jar:1.1-rc-2'