| License | License | 
|---|---|
| Categories | CategoriesGroovy Languages | 
| GroupId | GroupIdorg.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy | 
| ArtifactId | ArtifactIdgroovy-test | 
| Last Version | Last Version3.0.8 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionApache Groovy Groovy: A powerful, dynamic language for the JVM | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| groovy-test-3.0.8.pom | |
| groovy-test-3.0.8-sources.jar | 56 KB | 
| groovy-test-3.0.8-javadoc.jar | 472 KB | 
| groovy-test-3.0.8-indy.jar | 115 KB | 
| groovy-test-3.0.8-groovydoc.jar | 165 KB | 
| groovy-test-3.0.8-grooid.jar | 119 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy/groovy-test/ -->
<dependency>
    <groupId>org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy</groupId>
    <artifactId>groovy-test</artifactId>
    <version>3.0.8</version>
</dependency>// https://jarcasting.com/artifacts/org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy/groovy-test/
implementation 'org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy:groovy-test:3.0.8'// https://jarcasting.com/artifacts/org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy/groovy-test/
implementation ("org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy:groovy-test:3.0.8")'org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy:groovy-test:jar:3.0.8'<dependency org="org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy" name="groovy-test" rev="3.0.8">
  <artifact name="groovy-test" type="jar" />
</dependency>@Grapes(
@Grab(group='org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy', module='groovy-test', version='3.0.8')
)libraryDependencies += "org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy" % "groovy-test" % "3.0.8"[org.codehaus.groovy.groovy-all.3.0.8.repo.org.codehaus.groovy/groovy-test "3.0.8"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.codehaus.groovy : groovy | jar | 3.0.8 | 
| junit : junit | jar | 4.13.2 |