groovy-all

groovy-all

Groovy: A powerful, dynamic language for the JVM
https://groovy-lang.org
The Apache Software License, Version 2.0
Apache Software Foundation
Guillaume Laforge bob mcwhirter James Strachan Joe Walnes Chris Stevenson Jamie McCrindle Matt Foemmel Alex Tkachman Roshan Dawrani 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 James Williams Tim Yates Andres Almiray Marc Guillemot Jim White Peter Niederwieser Andre Steingress Hamlet D'Arcy Cedric Champeau Pascal Schumacher Daniel Sun Remko Popma Graeme Rocher Eric Milles
Files download
File Operation
groovy-all-2.5.22.pom download
groovy-all-2.5.22-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.groovy</groupId>
  <artifactId>groovy-all</artifactId>
  <version>2.5.22</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.groovy:groovy-all:2.5.22'
Gradle Kotlin
implementation("org.codehaus.groovy:groovy-all:2.5.22")
Scala SBT
libraryDependencies += "org.codehaus.groovy" % "groovy-all" % "2.5.22"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.groovy', module='groovy-all', version='2.5.22')
)
Apache Ivy
<dependency org="org.codehaus.groovy" name="groovy-all" rev="2.5.22" />
Leiningen
[org.codehaus.groovy/groovy-all "2.5.22"]
Apache Buildr
'org.codehaus.groovy:groovy-all:jar:2.5.22'