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