MVN

com.github.wujiuye : json-parser-core

Maven & Gradle

Oct 15, 2021
1 usages
0 stars

json-parser · JSON适配器组件,让切换JSON解析框架只需要切换依赖包即可。

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

Latest Version

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

  • Latest Stable: 2.0.4.RELEASE

All Versions

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

  • Version Updated
  • json-parser-core-2.0.4.RELEASE

    Oct 15, 2021
  • json-parser-core-JDK7.2.1.0.RELEASE

    Sep 09, 2021
  • json-parser-core-2.0.3.RELEASE

    Sep 09, 2021
  • json-parser-core-JDK7.2.0.4.RELEASE

    Sep 09, 2021
  • json-parser-core-JDK7.2.0.3.RELEASE

    Aug 17, 2021
  • json-parser-core-JDK7.2.0.2.RELEASE

    Aug 05, 2021
  • json-parser-core-2.0.2.RELEASE

    Jul 29, 2021
  • json-parser-core-2.0.1.RELEASE

    Jun 08, 2021
  • json-parser-core-2.0.0.RELEASE

    Jun 08, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>json-parser-core</artifactId>
    <version>2.0.4.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.wujiuye:json-parser-core:2.0.4.RELEASE'

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

implementation("com.github.wujiuye:json-parser-core:2.0.4.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.wujiuye" % "json-parser-core" % "2.0.4.RELEASE"