MVN

com.github.wujiuye : hotkit-json

Maven & Gradle

May 12, 2021
2 usages

hotkit-json · hotkits项目集合中的一员,JSON适配器组件,让切换JSON解析框架只需要切换依赖包即可。

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

Latest Version

Choose a version of com.github.wujiuye : hotkit-json 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 to add to Maven or Gradle - All Versions:

  • Version Updated
  • hotkit-json-2021.002.RC

    May 12, 2021
  • hotkit-json-2021.001.RC

    Mar 05, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>hotkit-json</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 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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