MVN

com.weicoder : json

Maven & Gradle

Dec 31, 2022
27 usages
<dependency>
    <groupId>com.weicoder</groupId>
    <artifactId>json</artifactId>
    <version>3.5.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.weicoder : json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.8

All Versions

Choose a version of com.weicoder : json to add to Maven or Gradle - All Versions:

  • Version Updated
  • json-3.5.8

    Dec 31, 2022
  • json-3.5.7

    Dec 01, 2022
  • json-3.5.6

    Oct 31, 2022
  • json-3.5.5

    Sep 30, 2022
  • json-3.5.4-jdk8

    Aug 28, 2022
  • json-3.5.4-jdk11

    Aug 28, 2022
  • json-3.5.4

    Aug 28, 2022
  • json-3.5.3

    Aug 08, 2022
  • json-3.5.2

    Jul 13, 2022
  • json-3.5.2-jdk11

    Jul 13, 2022
  • json-3.5.2-jdk8

    Jul 13, 2022
  • json-3.5.1

    May 22, 2022
  • json-3.5.1-jdk11

    May 22, 2022
  • json-3.5.1-jdk8

    May 22, 2022
  • json-3.5.0

    Apr 15, 2022
  • json-3.4.9

    Apr 05, 2022
  • json-3.4.8-jdk8

    Jan 23, 2022
  • json-3.4.8

    Jan 23, 2022
  • json-3.4.7-jdk8

    Dec 21, 2021
  • json-3.4.7

    Dec 21, 2021
  • json-3.4.6

    Dec 22, 2020
  • json-3.4.5-jdk8

    Sep 02, 2020
  • json-3.4.5

    Sep 02, 2020
  • json-3.4.4.1

    Aug 22, 2020
  • json-3.4.4-jdk8

    Aug 22, 2020
  • json-3.4.4

    Aug 22, 2020
  • json-3.4.3-jdk8

    Aug 10, 2020
  • json-3.4.3

    Aug 10, 2020
  • json-3.4.2-jdk8

    Jul 26, 2020
  • json-3.4.2

    Jul 26, 2020
  • json-3.4.1-jdk8

    Jul 05, 2020
  • json-3.4.1

    Jul 05, 2020
  • json-3.4.0-jdk8

    Jun 23, 2020
  • json-3.4.0

    Jun 23, 2020
  • json-3.3.9-jdk8

    May 25, 2020
  • json-3.3.9

    May 24, 2020
  • json-3.3.8-jdk8

    May 07, 2020
  • json-3.3.8

    May 06, 2020
  • json-3.3.7

    Apr 26, 2020
  • json-3.3.6

    Apr 20, 2020
  • json-3.3.5

    Apr 11, 2020
  • json-2.6.1

    Apr 05, 2020
  • json-3.3.4

    Apr 05, 2020
  • json-2.6.0

    Mar 29, 2020
  • json-3.3.3

    Mar 29, 2020
  • json-3.3.2

    Mar 19, 2020
  • json-3.3.1

    Mar 13, 2020
  • json-3.3.0

    Mar 08, 2020

How to add a dependency to Maven

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

<dependency>
    <groupId>com.weicoder</groupId>
    <artifactId>json</artifactId>
    <version>3.5.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.weicoder : json gradle dependency to your build.gradle file:

implementation 'com.weicoder:json:3.5.8'

Gradle Kotlin DSL: Add the following com.weicoder : json gradle kotlin dependency to your build.gradle.kts file:

implementation("com.weicoder:json:3.5.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.weicoder : json sbt scala dependency to your build.sbt file:

libraryDependencies += "com.weicoder" % "json" % "3.5.8"