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.7'
<dependency> <groupId>com.github.jsonj</groupId> <artifactId>jsonj</artifactId> <version>0.7</version> </dependency>
<dependency org="com.github.jsonj" name="jsonj" rev="0.7"/>
"com.github.jsonj", "jsonj", "0.7"