juneau-rest-server-jaxrs
<dependency>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-rest-server-jaxrs</artifactId>
<version>{@property juneauVersion}</version>
</dependency>
juneau-rest-server-jaxrs-{@property juneauVersion}.jar
org.apache.juneau.rest.server_{@property juneauVersion}.jar
The juneau-rest-server-jaxrs library provides an implementation of a MessageBodyReader
and MessageBodyWriter to allow any of the Juneau serializers and parsers to be used in a
JAX/RS environment.