MVN

org.hisp.dhis : json-tree

Maven & Gradle

Jun 14, 2023
4 stars

DHIS JSON Tree · This module provides a library to parse and browse JSON documents provided as input string. It is build in particular to extract JSON nodes by path with high performance. This is done by skipping nodes that are not of interest and by only building a cheap low level node representation for those nodes that are extracted.

<dependency>
    <groupId>org.hisp.dhis</groupId>
    <artifactId>json-tree</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hisp.dhis : json-tree to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of org.hisp.dhis : json-tree to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
json-tree-0.9.0
0.8.x
json-tree-0.8.0
0.7.x
json-tree-0.7.1
json-tree-0.7.0
0.6.x
json-tree-0.6.0
0.5.x
json-tree-0.5.0
0.4.x
json-tree-0.4.0-snapshot
json-tree-0.4.0
0.3.x
json-tree-0.3.0
0.2.x
json-tree-0.2.0
0.1.x
json-tree-0.1.0

How to add a dependency to Maven

Add the following org.hisp.dhis : json-tree maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hisp.dhis</groupId>
    <artifactId>json-tree</artifactId>
    <version>0.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hisp.dhis : json-tree gradle dependency to your build.gradle file:

implementation 'org.hisp.dhis:json-tree:0.9.0'

Gradle Kotlin DSL: Add the following org.hisp.dhis : json-tree gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hisp.dhis:json-tree:0.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hisp.dhis : json-tree sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hisp.dhis" % "json-tree" % "0.9.0"

Advertisement

Dependencies from Group

Sep 20, 2016
0 stars
Jun 09, 2023
32 stars
Oct 17, 2022
0 stars
Jun 14, 2023
4 stars

Discover Dependencies

Aug 01, 2023
2 usages
0 stars
Aug 21, 2023
199 stars
Aug 21, 2023
199 stars
Apr 25, 2023
1 usages
Mar 08, 2023
1 usages
0 stars
Mar 08, 2023
1 usages
0 stars
Mar 08, 2023
1 usages
0 stars
Mar 08, 2023
1 usages
0 stars
Jun 21, 2023
0 stars
Oct 14, 2022
5 stars