is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:groovy 2.33

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.33
Type

Type

jar

Download groovy 2.33


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