A framework for working with json in Java the "proper" way. No mappings or model classes, it's all just lovely json, but in Java.
'com.github.jsonj:jsonj:0.8'
<dependency> <groupId>com.github.jsonj</groupId> <artifactId>jsonj</artifactId> <version>0.8</version> </dependency>
<dependency org="com.github.jsonj" name="jsonj" rev="0.8"/>
"com.github.jsonj", "jsonj", "0.8"