License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.wujiuye |
ArtifactId | ArtifactIdhotkit-json-adapter |
Version | Version2021.002.RC |
Type | Typejar |
Description |
Descriptionhotkit-json-adapter
hotkit-json-adapter是hotkit-json适配springboot的starter包,自动将webmvc或webflux的json解析工作交给hotkit-json完成,以此让整个项目使用同一套json解析配置。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.wujiuye/hotkit-json-adapter/ -->
<dependency>
<groupId>com.github.wujiuye</groupId>
<artifactId>hotkit-json-adapter</artifactId>
<version>2021.002.RC</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wujiuye/hotkit-json-adapter/
implementation 'com.github.wujiuye:hotkit-json-adapter:2021.002.RC'
// https://jarcasting.com/artifacts/com.github.wujiuye/hotkit-json-adapter/
implementation ("com.github.wujiuye:hotkit-json-adapter:2021.002.RC")
'com.github.wujiuye:hotkit-json-adapter:jar:2021.002.RC'
<dependency org="com.github.wujiuye" name="hotkit-json-adapter" rev="2021.002.RC">
<artifact name="hotkit-json-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wujiuye', module='hotkit-json-adapter', version='2021.002.RC')
)
libraryDependencies += "com.github.wujiuye" % "hotkit-json-adapter" % "2021.002.RC"
[com.github.wujiuye/hotkit-json-adapter "2021.002.RC"]
Group / Artifact | Type | Version |
---|---|---|
com.github.wujiuye : hotkit-json | jar | 2021.002.RC |