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