is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:helloworld-pure-jax-rs 2.9

Example using only the standard JAX-RS API's and the lightweight HTTP server bundled in JDK.

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

helloworld-pure-jax-rs
Version

Version

2.9
Type

Type

jar

Download helloworld-pure-jax-rs 2.9


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