io.github.lunasaw:json-fastJson

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

License

License

Categories

Categories

JSON Data fastjson
GroupId

GroupId

io.github.lunasaw
ArtifactId

ArtifactId

json-fastJson
Last Version

Last Version

1.1.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download json-fastJson

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.github.lunasaw : json-exception jar 1.1.0-RELEASE
com.alibaba : fastjson jar 1.2.70
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

There are no modules declared in this project.

Versions

Version
1.1.0-RELEASE