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