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