is not current version
Last Version 3.0.11

org.codehaus.groovy:groovy-test 2.3.6

Groovy: A powerful, dynamic language for the JVM

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy
ArtifactId

ArtifactId

groovy-test
Version

Version

2.3.6
Type

Type

jar

Download groovy-test 2.3.6


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