License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdorg.codehaus.groovy |
ArtifactId | ArtifactIdgroovy-all-tests |
Last Version | Last Version2.0.0-rc-3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGroovy
Groovy: A powerful, dynamic language for the JVM
|
Project Organization |
Project OrganizationThe Codehaus |
Filename | Size |
---|---|
groovy-all-tests-2.0.0-rc-3.pom | |
groovy-all-tests-2.0.0-rc-3.jar | 261 bytes |
groovy-all-tests-2.0.0-rc-3-sources.jar | 261 bytes |
groovy-all-tests-2.0.0-rc-3-javadoc.jar | 261 bytes |
groovy-all-tests-2.0.0-rc-3-groovydoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-all-tests/ -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all-tests</artifactId>
<version>2.0.0-rc-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-all-tests/
implementation 'org.codehaus.groovy:groovy-all-tests:2.0.0-rc-3'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-all-tests/
implementation ("org.codehaus.groovy:groovy-all-tests:2.0.0-rc-3")
'org.codehaus.groovy:groovy-all-tests:jar:2.0.0-rc-3'
<dependency org="org.codehaus.groovy" name="groovy-all-tests" rev="2.0.0-rc-3">
<artifact name="groovy-all-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-all-tests', version='2.0.0-rc-3')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-all-tests" % "2.0.0-rc-3"
[org.codehaus.groovy/groovy-all-tests "2.0.0-rc-3"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy | jar | 2.0.0-rc-3 |