j

json

The json framework for java.(java 序列化反序列化工具。)
The Apache Software License, Version 2.0
houbb
文件下载
文件名 操作
json-0.1.9.jar 下载
json-0.1.9.pom 下载
json-0.1.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>json</artifactId>
  <version>0.1.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:json:0.1.9'
Gradle Kotlin
implementation("com.github.houbb:json:0.1.9")
Scala SBT
libraryDependencies += "com.github.houbb" % "json" % "0.1.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='json', version='0.1.9')
)
Apache Ivy
<dependency org="com.github.houbb" name="json" rev="0.1.9" />
Leiningen
[com.github.houbb/json "0.1.9"]
Apache Buildr
'com.github.houbb:json:jar:0.1.9'