A lightweight, jar-packaged, self-describing, JSON RPC service framework for JEE (servlet-based) for easily exposing your business methods through a JSON over HTTP API.
'org.brutusin:jsonsrv:2.0.0'
<dependency> <groupId>org.brutusin</groupId> <artifactId>jsonsrv</artifactId> <version>2.0.0</version> </dependency>
<dependency org="org.brutusin" name="jsonsrv" rev="2.0.0"/>
"org.brutusin", "jsonsrv", "2.0.0"