MVN

com.helger.commons : ph-json

Maven & Gradle

Feb 24, 2023
21 usages

ph-json · JSON reader and writer libary

<dependency>
    <groupId>com.helger.commons</groupId>
    <artifactId>ph-json</artifactId>
    <version>11.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 11.0.2

All Versions

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

  • Version Updated
  • ph-json-11.0.2

    Feb 24, 2023
  • ph-json-10.2.3

    Feb 15, 2023
  • ph-json-11.0.1

    Jan 08, 2023
  • ph-json-10.2.2

    Nov 17, 2022
  • ph-json-10.2.1

    Oct 18, 2022
  • ph-json-11.0.0

    Sep 11, 2022
  • ph-json-10.2.0

    Aug 24, 2022
  • ph-json-10.1.8

    Jul 13, 2022
  • ph-json-10.1.7

    Jun 24, 2022
  • ph-json-10.1.6

    Jan 28, 2022
  • ph-json-10.1.5

    Nov 22, 2021
  • ph-json-10.1.4

    Oct 30, 2021
  • ph-json-10.1.3

    Sep 19, 2021
  • ph-json-10.1.2

    May 13, 2021
  • ph-json-10.1.1

    May 02, 2021
  • ph-json-10.1.0

    May 02, 2021
  • ph-json-10.0.0

    Mar 21, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>com.helger.commons</groupId>
    <artifactId>ph-json</artifactId>
    <version>11.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.helger.commons : ph-json gradle dependency to your build.gradle file:

implementation 'com.helger.commons:ph-json:11.0.2'

Gradle Kotlin DSL: Add the following com.helger.commons : ph-json gradle kotlin dependency to your build.gradle.kts file:

implementation("com.helger.commons:ph-json:11.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.helger.commons : ph-json sbt scala dependency to your build.sbt file:

libraryDependencies += "com.helger.commons" % "ph-json" % "11.0.2"