is not current version
Last Version 2021.002.RC

com.github.wujiuye:hotkit-json-adapter 2021.001.RC

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

Categories

Categories

JSON Data
GroupId

GroupId

com.github.wujiuye
ArtifactId

ArtifactId

hotkit-json-adapter
Version

Version

2021.001.RC
Type

Type

jar

Download hotkit-json-adapter 2021.001.RC


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