g

groovy-all-1.0-jsr

Files download
File Operation
groovy-all-1.0-jsr-06.jar download
Apache Maven
<dependency>
  <groupId>groovy</groupId>
  <artifactId>groovy-all-1.0-jsr</artifactId>
  <version>06</version>
</dependency>
Gradle Groovy
implementation 'groovy:groovy-all-1.0-jsr:06'
Gradle Kotlin
implementation("groovy:groovy-all-1.0-jsr:06")
Scala SBT
libraryDependencies += "groovy" % "groovy-all-1.0-jsr" % "06"
Groovy Grape
@Grapes(
  @Grab(group='groovy', module='groovy-all-1.0-jsr', version='06')
)
Apache Ivy
<dependency org="groovy" name="groovy-all-1.0-jsr" rev="06" />
Leiningen
[groovy/groovy-all-1.0-jsr "06"]
Apache Buildr
'groovy:groovy-all-1.0-jsr:jar:06'
Dependencies
The project has no third-party dependencies