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