is not current version
Last Version 1.5.8

org.codehaus.groovy:groovy-all-minimal 1.5.0

Groovy: A powerful, dynamic language for the JVM

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

groovy-all-minimal
Version

Version

1.5.0
Type

Type

jar

Download groovy-all-minimal 1.5.0


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