is not current version
Last Version 0.9.1

de.lars-sh:json-dom 0.9.0

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.

Categories

Categories

JSON Data
GroupId

GroupId

de.lars-sh
ArtifactId

ArtifactId

json-dom
Version

Version

0.9.0
Type

Type

jar

Download json-dom 0.9.0


<!-- https://jarcasting.com/artifacts/de.lars-sh/json-dom/ -->
<dependency>
    <groupId>de.lars-sh</groupId>
    <artifactId>json-dom</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.lars-sh/json-dom/
implementation 'de.lars-sh:json-dom:0.9.0'
// https://jarcasting.com/artifacts/de.lars-sh/json-dom/
implementation ("de.lars-sh:json-dom:0.9.0")
'de.lars-sh:json-dom:jar:0.9.0'
<dependency org="de.lars-sh" name="json-dom" rev="0.9.0">
  <artifact name="json-dom" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.lars-sh', module='json-dom', version='0.9.0')
)
libraryDependencies += "de.lars-sh" % "json-dom" % "0.9.0"
[de.lars-sh/json-dom "0.9.0"]