Files download
File Operation
groovy-groovysh-2.3.10.jar download
groovy-groovysh-2.3.10.pom download
groovy-groovysh-2.3.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.groovy</groupId>
  <artifactId>groovy-groovysh</artifactId>
  <version>2.3.10</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.groovy:groovy-groovysh:2.3.10'
Gradle Kotlin
implementation("org.codehaus.groovy:groovy-groovysh:2.3.10")
Scala SBT
libraryDependencies += "org.codehaus.groovy" % "groovy-groovysh" % "2.3.10"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.groovy', module='groovy-groovysh', version='2.3.10')
)
Apache Ivy
<dependency org="org.codehaus.groovy" name="groovy-groovysh" rev="2.3.10" />
Leiningen
[org.codehaus.groovy/groovy-groovysh "2.3.10"]
Apache Buildr
'org.codehaus.groovy:groovy-groovysh:jar:2.3.10'