is not current version
Last Version 3.0.11

org.codehaus.groovy:groovy-all 1.8.9

Groovy: A powerful, dynamic language for the JVM

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

groovy-all
Version

Version

1.8.9
Type

Type

jar

Download groovy-all 1.8.9


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