json-util

Json工具类, 包含Gson、FastJson、Jackson三个库的工具类,其中Jackson支持Scala版本

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.czy1024
ArtifactId

ArtifactId

json-util
Last Version

Last Version

1.0.3-RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

json-util
Json工具类, 包含Gson、FastJson、Jackson三个库的工具类,其中Jackson支持Scala版本
Project URL

Project URL

https://github.com/czy1024/luna-json-util
Source Code Management

Source Code Management

https://github.com/czy1024/luna-json-util

Download json-util

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.czy1024/json-util/ -->
<dependency>
    <groupId>com.github.czy1024</groupId>
    <artifactId>json-util</artifactId>
    <version>1.0.3-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.czy1024/json-util/
implementation 'com.github.czy1024:json-util:1.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.czy1024/json-util/
implementation ("com.github.czy1024:json-util:1.0.3-RELEASE")
'com.github.czy1024:json-util:pom:1.0.3-RELEASE'
<dependency org="com.github.czy1024" name="json-util" rev="1.0.3-RELEASE">
  <artifact name="json-util" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.czy1024', module='json-util', version='1.0.3-RELEASE')
)
libraryDependencies += "com.github.czy1024" % "json-util" % "1.0.3-RELEASE"
[com.github.czy1024/json-util "1.0.3-RELEASE"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30

test (4)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.apache.logging.log4j : log4j-api jar 2.14.0
org.apache.logging.log4j : log4j-core jar 2.14.0
org.apache.logging.log4j : log4j-slf4j-impl jar 2.14.0

Project Modules

  • json-exception
  • json-fastJson
  • json-gson
  • json-jackson
  • json-jackson-extend
  • json-jackson-scala

Versions

Version
1.0.3-RELEASE
1.0.2-RELEASE