c

commons-json

集成各大json(fastjson,jackson,gson等)
Files download
File Operation
commons-json-2.1.2-RELEASE.jar download
commons-json-2.1.2-RELEASE.pom download
commons-json-2.1.2-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hb0730</groupId>
  <artifactId>commons-json</artifactId>
  <version>2.1.2-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.hb0730:commons-json:2.1.2-RELEASE'
Gradle Kotlin
implementation("com.hb0730:commons-json:2.1.2-RELEASE")
Scala SBT
libraryDependencies += "com.hb0730" % "commons-json" % "2.1.2-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.hb0730', module='commons-json', version='2.1.2-RELEASE')
)
Apache Ivy
<dependency org="com.hb0730" name="commons-json" rev="2.1.2-RELEASE" />
Leiningen
[com.hb0730/commons-json "2.1.2-RELEASE"]
Apache Buildr
'com.hb0730:commons-json:jar:2.1.2-RELEASE'