MVN

com.github.wujiuye : hotkit-json-adapter

Maven & Gradle

May 12, 2021
6 stars

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

<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>hotkit-json-adapter</artifactId>
    <version>2021.002.RC</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wujiuye : hotkit-json-adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2021.002.RC
  • Latest Release Candidate: 2021.002.RC

All Versions

Choose a version of com.github.wujiuye : hotkit-json-adapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2021.002.x
hotkit-json-adapter-2021.002.RC
2021.001.x
hotkit-json-adapter-2021.001.RC

How to add a dependency to Maven

Add the following com.github.wujiuye : hotkit-json-adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>hotkit-json-adapter</artifactId>
    <version>2021.002.RC</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wujiuye : hotkit-json-adapter gradle dependency to your build.gradle file:

implementation 'com.github.wujiuye:hotkit-json-adapter:2021.002.RC'

Gradle Kotlin DSL: Add the following com.github.wujiuye : hotkit-json-adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.wujiuye:hotkit-json-adapter:2021.002.RC")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wujiuye : hotkit-json-adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wujiuye" % "hotkit-json-adapter" % "2021.002.RC"