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