<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>boonjson-to-easyjson</artifactId>
<version>3.2.12</version>
</dependency>
libraryDependencies += "com.github.fangjinuo.easyjson" % "boonjson-to-easyjson" % "3.2.12"
@Grapes(
@Grab(group='com.github.fangjinuo.easyjson', module='boonjson-to-easyjson', version='3.2.12')
)
<dependency org="com.github.fangjinuo.easyjson" name="boonjson-to-easyjson" rev="3.2.12" />
<parent> <groupId>com.github.fangjinuo.easyjson</groupId> <artifactId>easyjson</artifactId> <version>3.2.12</version> </parent>
compile
|-- com.github.fangjinuo.easyjson:easyjson-core
|-- com.github.advantageous:boon-reflekt:0.5.7-RC1
|-- com.github.fangjinuo.easyjson:easyjson-gson
|-- com.google.code.gson:gson:2.8.5
test