c

commons-json

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