j

json-utils

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