文件下载
文件名 操作
json-io-4.30.0.jar 下载
json-io-4.30.0.pom 下载
json-io-4.30.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.cedarsoftware</groupId>
  <artifactId>json-io</artifactId>
  <version>4.30.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.cedarsoftware:json-io:4.30.0'
Gradle Kotlin
implementation("com.cedarsoftware:json-io:4.30.0")
Scala SBT
libraryDependencies += "com.cedarsoftware" % "json-io" % "4.30.0"
Groovy Grape
@Grapes(
  @Grab(group='com.cedarsoftware', module='json-io', version='4.30.0')
)
Apache Ivy
<dependency org="com.cedarsoftware" name="json-io" rev="4.30.0" />
Leiningen
[com.cedarsoftware/json-io "4.30.0"]
Apache Buildr
'com.cedarsoftware:json-io:jar:4.30.0'