is not current version
Last Version 2.0.3.RELEASE

com.github.wujiuye:json-parser-adapter 2.0.0.RELEASE

hotkit-json-adapter是hotkit-json适配springboot的starter包,自动将webmvc或webflux的json解析工作交给hotkit-json完成,以此让整个项目使用同一套json解析配置。

Categories

Categories

JSON Data
GroupId

GroupId

com.github.wujiuye
ArtifactId

ArtifactId

json-parser-adapter
Version

Version

2.0.0.RELEASE
Type

Type

jar

Download json-parser-adapter 2.0.0.RELEASE


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