Last Version

json-utils 1.1.0

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

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.duanxinyuan
ArtifactId

ArtifactId

json-utils
Version

Version

1.1.0
Type

Type

pom
Description

Description

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

Project URL

https://github.com/duanxinyuan/json-utils
Source Code Management

Source Code Management

https://github.com/duanxinyuan/json-utils

Download json-utils 1.1.0

Filename Size
json-utils-1.1.0.pom 8 KB
Browse

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

Dependencies

compile (2)

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

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

  • exception-formative
  • json-fastjson
  • json-gson
  • json-jackson
  • json-jackson-extend
  • json-jackson-scala