Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdorg.codehaus.groovy |
ArtifactId | ArtifactIdgroovy-all-minimal |
Last Version | Last Version1.5.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGroovy
Groovy: A powerful, dynamic language for the JVM
|
Project Organization |
Project OrganizationThe Codehaus |
<!-- 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"]