MVN

com.github.wujiuye : json-parser-adapter

Maven & Gradle

Sep 09, 2021
0 stars

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

<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>json-parser-adapter</artifactId>
    <version>2.0.3.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.3.RELEASE

All Versions

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

Version Vulnerabilities Updated
2.0.x
json-parser-adapter-2.0.3.RELEASE
json-parser-adapter-2.0.2.RELEASE
json-parser-adapter-2.0.1.RELEASE
json-parser-adapter-2.0.0.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>json-parser-adapter</artifactId>
    <version>2.0.3.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.wujiuye:json-parser-adapter:2.0.3.RELEASE'

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

implementation("com.github.wujiuye:json-parser-adapter:2.0.3.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.wujiuye" % "json-parser-adapter" % "2.0.3.RELEASE"