is not current version
Last Version 3.0.11

org.codehaus.groovy:groovy-test 2.5.14

Groovy: A powerful, dynamic language for the JVM

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

groovy-test
Version

Version

2.5.14
Type

Type

jar

Download groovy-test 2.5.14


<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-test/ -->
<dependency>
    <groupId>org.codehaus.groovy</groupId>
    <artifactId>groovy-test</artifactId>
    <version>2.5.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-test/
implementation 'org.codehaus.groovy:groovy-test:2.5.14'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-test/
implementation ("org.codehaus.groovy:groovy-test:2.5.14")
'org.codehaus.groovy:groovy-test:jar:2.5.14'
<dependency org="org.codehaus.groovy" name="groovy-test" rev="2.5.14">
  <artifact name="groovy-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-test', version='2.5.14')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-test" % "2.5.14"
[org.codehaus.groovy/groovy-test "2.5.14"]