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