is not current version
Last Version 1.1-rc-1

groovy:groovy-all 1.1-beta-2

Groovy: A powerful, dynamic language for the JVM

Categories

Categories

Groovy Languages
GroupId

GroupId

groovy
ArtifactId

ArtifactId

groovy-all
Version

Version

1.1-beta-2
Type

Type

jar

Download groovy-all 1.1-beta-2


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