is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:helloworld 2.27

Jersey annotated resource class "Hello world" example.

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

helloworld
Version

Version

2.27
Type

Type

jar

Download helloworld 2.27


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