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