<dependency>
<groupId>com.github.wnameless</groupId>
<artifactId>json-flattener</artifactId>
<version>0.1.3</version>
</dependency>
@Grapes(
@Grab(group='com.github.wnameless', module='json-flattener', version='0.1.3')
)
compile
|-- com.eclipsesource.minimal-json:minimal-json:0.9.4
test
|-- com.google.guava:guava:19.0
|-- junit:junit:4.12