Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Jersey jax-rs Plugin

Example Jersey Apps

Plugin that allows the Jersey to be used as the jax-rs implementation with Microserver. (micro-jersey does not include a webserver (such as micro-grizzly, or JSON serializer / deserializer such as micro-jackson-configuration. See micro-grizzly-with-jersey for an end-to-end solution).

To use

Maven Central

Simply add to the classpath

Maven

    <dependency>
       <groupId>com.aol.microservices</groupId>  
       <artifactId>micro-jersey</artifactId>
       <version>x.yz</version>
    </dependency>

Gradle

    compile 'com.aol.microservices:micro-jersey:x.yz'