MVN

de.lars-sh : json-dom

Maven & Gradle

May 06, 2019
1 usages
7 stars

JSON DOM · A DOM implementation for JSON. While DOM is widely used for XML structured data, it can be useful for JSON data, too. These classes wrap generic JSON elements to fit the DOM interfaces.

<dependency>
    <groupId>de.lars-sh</groupId>
    <artifactId>json-dom</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.lars-sh : json-dom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.1

All Versions

Choose a version of de.lars-sh : json-dom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
json-dom-0.9.1
json-dom-0.9.0

How to add a dependency to Maven

Add the following de.lars-sh : json-dom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.lars-sh</groupId>
    <artifactId>json-dom</artifactId>
    <version>0.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.lars-sh : json-dom gradle dependency to your build.gradle file:

implementation 'de.lars-sh:json-dom:0.9.1'

Gradle Kotlin DSL: Add the following de.lars-sh : json-dom gradle kotlin dependency to your build.gradle.kts file:

implementation("de.lars-sh:json-dom:0.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.lars-sh : json-dom sbt scala dependency to your build.sbt file:

libraryDependencies += "de.lars-sh" % "json-dom" % "0.9.1"

Advertisement

Dependencies from Group

Dec 30, 2022
4 usages
3 stars
Dec 30, 2022
3 usages
3 stars
Dec 30, 2022
2 usages
3 stars
May 25, 2023
1 usages
0 stars
May 06, 2019
1 usages
7 stars

Discover Dependencies

Jun 22, 2020
2 usages
Aug 27, 2019
3 usages
1.6k stars
Apr 20, 2023
94 stars
Feb 08, 2023
0 stars
Aug 23, 2023
8 usages
3 stars
Aug 11, 2022
13 usages
887 stars