is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:groovy 2.26-b04

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.26-b04
Type

Type

jar

Download groovy 2.26-b04


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