| Categories | CategoriesGroovy Languages | 
|---|---|
| GroupId | GroupIdorg.codehaus.groovy | 
| ArtifactId | ArtifactIdgroovy-groovysh | 
| Version | Version3.0.0-alpha-2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-groovysh/ -->
<dependency>
    <groupId>org.codehaus.groovy</groupId>
    <artifactId>groovy-groovysh</artifactId>
    <version>3.0.0-alpha-2</version>
</dependency>// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-groovysh/
implementation 'org.codehaus.groovy:groovy-groovysh:3.0.0-alpha-2'// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-groovysh/
implementation ("org.codehaus.groovy:groovy-groovysh:3.0.0-alpha-2")'org.codehaus.groovy:groovy-groovysh:jar:3.0.0-alpha-2'<dependency org="org.codehaus.groovy" name="groovy-groovysh" rev="3.0.0-alpha-2">
  <artifact name="groovy-groovysh" type="jar" />
</dependency>@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-groovysh', version='3.0.0-alpha-2')
)libraryDependencies += "org.codehaus.groovy" % "groovy-groovysh" % "3.0.0-alpha-2"[org.codehaus.groovy/groovy-groovysh "3.0.0-alpha-2"]