is not current version
Last Version 3.0.11

org.codehaus.groovy:groovy-all 2.4.17

Groovy: A powerful, dynamic language for the JVM

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

groovy-all
Version

Version

2.4.17
Type

Type

jar

Download groovy-all 2.4.17


<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-all/ -->
<dependency>
    <groupId>org.codehaus.groovy</groupId>
    <artifactId>groovy-all</artifactId>
    <version>2.4.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-all/
implementation 'org.codehaus.groovy:groovy-all:2.4.17'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-all/
implementation ("org.codehaus.groovy:groovy-all:2.4.17")
'org.codehaus.groovy:groovy-all:jar:2.4.17'
<dependency org="org.codehaus.groovy" name="groovy-all" rev="2.4.17">
  <artifact name="groovy-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-all', version='2.4.17')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-all" % "2.4.17"
[org.codehaus.groovy/groovy-all "2.4.17"]