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