<dependency> <groupId>com.cedarsoftware</groupId> <artifactId>json-io</artifactId> <version>3.3.2</version> </dependency>
implementation 'com.cedarsoftware:json-io:3.3.2'
implementation("com.cedarsoftware:json-io:3.3.2")
libraryDependencies += "com.cedarsoftware" % "json-io" % "3.3.2"
@Grapes( @Grab(group='com.cedarsoftware', module='json-io', version='3.3.2') )
<dependency org="com.cedarsoftware" name="json-io" rev="3.3.2" />
[com.cedarsoftware/json-io "3.3.2"]
'com.cedarsoftware:json-io:jar:3.3.2'
test
|-- junit:junit:4.12
|-- com.cedarsoftware:java-util:1.19.3
|-- com.google.code.gson:gson:2.3
|-- org.codehaus.groovy:groovy-all:2.4.3