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