MVN

cn.kdyzm : kdyzm-json-util

Maven & Gradle

Oct 08, 2023

kdyzm-json-util · 封装了jackson组件,修改spring-boot默认的序列化反序列化,同时暴露出相同规则的工具类

<dependency>
    <groupId>cn.kdyzm</groupId>
    <artifactId>kdyzm-json-util</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.kdyzm : kdyzm-json-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of cn.kdyzm : kdyzm-json-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
kdyzm-json-util-0.0.1

How to add a dependency to Maven

Add the following cn.kdyzm : kdyzm-json-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.kdyzm</groupId>
    <artifactId>kdyzm-json-util</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.kdyzm : kdyzm-json-util gradle dependency to your build.gradle file:

implementation 'cn.kdyzm:kdyzm-json-util:0.0.1'

Gradle Kotlin DSL: Add the following cn.kdyzm : kdyzm-json-util gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.kdyzm:kdyzm-json-util:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.kdyzm : kdyzm-json-util sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.kdyzm" % "kdyzm-json-util" % "0.0.1"