is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:groovy 2.28-RC4

Groovy Jersey

Categories

Categories

Groovy Languages GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

groovy
Version

Version

2.28-RC4
Type

Type

jar

Download groovy 2.28-RC4


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