j

json-util

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