g

groovy

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