The REST library helps you deal with HTTP requests in a REST API. It abstracts the serialization, helps mapping errors and contains functions that make response creation easier.
'com.lotaris.jee:jee-rest:0.3.1'
<dependency> <groupId>com.lotaris.jee</groupId> <artifactId>jee-rest</artifactId> <version>0.3.1</version> </dependency>
<dependency org="com.lotaris.jee" name="jee-rest" rev="0.3.1"/>
"com.lotaris.jee", "jee-rest", "0.3.1"