| License |
License |
|---|---|
| Categories |
CategoriesGroovy Languages |
| GroupId | GroupIdorg.codehaus.groovy |
| ArtifactId | ArtifactIdgroovy-all |
| Last Version | Last Version3.0.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Groovy
Groovy: A powerful, dynamic language for the JVM
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| groovy-all-3.0.11.pom | |
| groovy-all-3.0.11.jar | 5 MB |
| groovy-all-3.0.11-sources.jar | 2 MB |
| groovy-all-3.0.11-javadoc.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-all/ -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-all/
implementation 'org.codehaus.groovy:groovy-all:3.0.11'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-all/
implementation ("org.codehaus.groovy:groovy-all:3.0.11")
'org.codehaus.groovy:groovy-all:jar:3.0.11'
<dependency org="org.codehaus.groovy" name="groovy-all" rev="3.0.11">
<artifact name="groovy-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-all', version='3.0.11')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-all" % "3.0.11"
[org.codehaus.groovy/groovy-all "3.0.11"]