l

library-json

Json工具类, 包含Gson、FastJson、Jackson三个库的工具类
https://github.com/duanxinyuan/Json-Utils
The Apache Software License, Version 2.0
duanxinyuan
文件下载
文件名 操作
library-json-1.3.0.jar 下载
library-json-1.3.0.pom 下载
library-json-1.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.duanxinyuan</groupId>
  <artifactId>library-json</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.duanxinyuan:library-json:1.3.0'
Gradle Kotlin
implementation("com.github.duanxinyuan:library-json:1.3.0")
Scala SBT
libraryDependencies += "com.github.duanxinyuan" % "library-json" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.duanxinyuan', module='library-json', version='1.3.0')
)
Apache Ivy
<dependency org="com.github.duanxinyuan" name="library-json" rev="1.3.0" />
Leiningen
[com.github.duanxinyuan/library-json "1.3.0"]
Apache Buildr
'com.github.duanxinyuan:library-json:jar:1.3.0'