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