is not current version
Last Version 1.1-rc-1

groovy:groovy-all 1.0


Categories

Categories

Groovy Languages
GroupId

GroupId

groovy
ArtifactId

ArtifactId

groovy-all
Version

Version

1.0
Type

Type

jar

Download groovy-all 1.0


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