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