Groovy

Groovy: A powerful, dynamic language for the JVM

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

groovy-all-minimal
Last Version

Last Version

1.5.8
Release Date

Release Date

Type

Type

jar
Description

Description

Groovy
Groovy: A powerful, dynamic language for the JVM
Project Organization

Project Organization

The Codehaus

Download groovy-all-minimal

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.1-rc-3
1.1-rc-2
1.1-rc-1
1.1-beta-3
1.1-beta-2