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