is not current version
Last Version 3.0.11

org.codehaus.groovy:groovy 1.6.0

Groovy: A powerful, dynamic language for the JVM

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

groovy
Version

Version

1.6.0
Type

Type

jar

Download groovy 1.6.0


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