Example using only the standard JAX-RS API's and the lightweight HTTP server bundled in JDK.
'org.glassfish.jersey.examples:helloworld-pure-jax-rs:2.21'
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld-pure-jax-rs</artifactId>
<version>2.21</version>
</dependency>
<dependency org="org.glassfish.jersey.examples" name="helloworld-pure-jax-rs" rev="2.21"/>
"org.glassfish.jersey.examples", "helloworld-pure-jax-rs", "2.21"