Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdorg.codehaus.groovy |
ArtifactId | ArtifactIdgroovy-all |
Version | Version2.3.7 |
Type | Typejar |
Filename | Size |
---|---|
groovy-all-2.3.7.pom | |
groovy-all-2.3.7.jar | 6 MB |
groovy-all-2.3.7-sources.jar | 2 MB |
groovy-all-2.3.7-javadoc.jar | 5 MB |
groovy-all-2.3.7-indy.jar | 6 MB |
groovy-all-2.3.7-groovydoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-all/ -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-all/
implementation 'org.codehaus.groovy:groovy-all:2.3.7'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-all/
implementation ("org.codehaus.groovy:groovy-all:2.3.7")
'org.codehaus.groovy:groovy-all:jar:2.3.7'
<dependency org="org.codehaus.groovy" name="groovy-all" rev="2.3.7">
<artifact name="groovy-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-all', version='2.3.7')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-all" % "2.3.7"
[org.codehaus.groovy/groovy-all "2.3.7"]