is not current version
Last Version 1.19.4

com.sun.jersey.samples:groovy 1.6-ea02

Groovy Jersey

Categories

Categories

Groovy Languages Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.samples
ArtifactId

ArtifactId

groovy
Version

Version

1.6-ea02
Type

Type

jar

Download groovy 1.6-ea02


<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/groovy/ -->
<dependency>
    <groupId>com.sun.jersey.samples</groupId>
    <artifactId>groovy</artifactId>
    <version>1.6-ea02</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/groovy/
implementation 'com.sun.jersey.samples:groovy:1.6-ea02'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/groovy/
implementation ("com.sun.jersey.samples:groovy:1.6-ea02")
'com.sun.jersey.samples:groovy:jar:1.6-ea02'
<dependency org="com.sun.jersey.samples" name="groovy" rev="1.6-ea02">
  <artifact name="groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='groovy', version='1.6-ea02')
)
libraryDependencies += "com.sun.jersey.samples" % "groovy" % "1.6-ea02"
[com.sun.jersey.samples/groovy "1.6-ea02"]