| Categories | CategoriesGroovy Languages | 
|---|---|
| GroupId | GroupIdorg.apache.groovy | 
| ArtifactId | ArtifactIdgroovy-groovysh | 
| Version | Version4.0.0-alpha-1 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| groovy-groovysh-4.0.0-alpha-1.pom | |
| groovy-groovysh-4.0.0-alpha-1.jar | 456 KB | 
| groovy-groovysh-4.0.0-alpha-1-sources.jar | 140 KB | 
| groovy-groovysh-4.0.0-alpha-1-javadoc.jar | 261 bytes | 
| groovy-groovysh-4.0.0-alpha-1-groovydoc.jar | 283 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.groovy/groovy-groovysh/ -->
<dependency>
    <groupId>org.apache.groovy</groupId>
    <artifactId>groovy-groovysh</artifactId>
    <version>4.0.0-alpha-1</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.groovy/groovy-groovysh/
implementation 'org.apache.groovy:groovy-groovysh:4.0.0-alpha-1'// https://jarcasting.com/artifacts/org.apache.groovy/groovy-groovysh/
implementation ("org.apache.groovy:groovy-groovysh:4.0.0-alpha-1")'org.apache.groovy:groovy-groovysh:jar:4.0.0-alpha-1'<dependency org="org.apache.groovy" name="groovy-groovysh" rev="4.0.0-alpha-1">
  <artifact name="groovy-groovysh" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.groovy', module='groovy-groovysh', version='4.0.0-alpha-1')
)libraryDependencies += "org.apache.groovy" % "groovy-groovysh" % "4.0.0-alpha-1"[org.apache.groovy/groovy-groovysh "4.0.0-alpha-1"]