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