Last Version

jersey-examples-helloworld-pure-jax-rs 3.1.0-M3

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

License

License

jQuery license
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

3.1.0-M3
Type

Type

jar
Description

Description

jersey-examples-helloworld-pure-jax-rs
Example using only the standard JAX-RS API's and the lightweight HTTP server bundled in JDK.
Project URL

Project URL

https://projects.eclipse.org/projects/ee4j.jersey/helloworld-pure-jax-rs
Project Organization

Project Organization

Eclipse Foundation

Download helloworld-pure-jax-rs 3.1.0-M3


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

Dependencies

compile (3)

Group / Artifact Type Version
org.glassfish.jersey.containers : jersey-container-jdk-http jar
org.glassfish.jersey.core : jersey-client jar
org.glassfish.jersey.inject : jersey-hk2 jar

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.