is not current version
Last Version 1.0.2

io.github.alandelon:json-facade 1.0.0

快速替换Fastjson,提供统一的JSON API,定义方式参照Fastjson,目前内核为Jackson

Categories

Categories

JSON Data
GroupId

GroupId

io.github.alandelon
ArtifactId

ArtifactId

json-facade
Version

Version

1.0.0
Type

Type

jar

Download json-facade 1.0.0


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