template-utils-json

Provide json operations,including fastjson,gson, jackson and jodd's json.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

me.wuwenbin
ArtifactId

ArtifactId

template-utils-json
Last Version

Last Version

1.3.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

template-utils-json
Provide json operations,including fastjson,gson, jackson and jodd's json.
Project URL

Project URL

https://wuwenbin.me

Download template-utils-json

How to add to project

<!-- https://jarcasting.com/artifacts/me.wuwenbin/template-utils-json/ -->
<dependency>
    <groupId>me.wuwenbin</groupId>
    <artifactId>template-utils-json</artifactId>
    <version>1.3.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.wuwenbin/template-utils-json/
implementation 'me.wuwenbin:template-utils-json:1.3.0.RELEASE'
// https://jarcasting.com/artifacts/me.wuwenbin/template-utils-json/
implementation ("me.wuwenbin:template-utils-json:1.3.0.RELEASE")
'me.wuwenbin:template-utils-json:jar:1.3.0.RELEASE'
<dependency org="me.wuwenbin" name="template-utils-json" rev="1.3.0.RELEASE">
  <artifact name="template-utils-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.wuwenbin', module='template-utils-json', version='1.3.0.RELEASE')
)
libraryDependencies += "me.wuwenbin" % "template-utils-json" % "1.3.0.RELEASE"
[me.wuwenbin/template-utils-json "1.3.0.RELEASE"]

Dependencies

compile (4)

Group / Artifact Type Version
com.alibaba : fastjson jar 1.2.24
com.google.code.gson : gson jar 2.8.0
org.codehaus.jackson : jackson-mapper-asl jar 1.9.13
org.jodd : jodd-json jar 3.8.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0.RELEASE
1.2.1.RELEASE
1.2.0.RELEASE
1.0.0