Files download
File Operation
ph-json-11.0.3.jar download
ph-json-11.0.3.pom download
ph-json-11.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.helger.commons</groupId>
  <artifactId>ph-json</artifactId>
  <version>11.0.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.helger.commons:ph-json:11.0.3'
Gradle Kotlin
implementation("com.helger.commons:ph-json:11.0.3")
Scala SBT
libraryDependencies += "com.helger.commons" % "ph-json" % "11.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.helger.commons', module='ph-json', version='11.0.3')
)
Apache Ivy
<dependency org="com.helger.commons" name="ph-json" rev="11.0.3" />
Leiningen
[com.helger.commons/ph-json "11.0.3"]
Apache Buildr
'com.helger.commons:ph-json:jar:11.0.3'