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