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