j

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.
https://${parent-pom.github.organization}.github.io/${parent-pom.github.project}/
MIT License
Lars Knickrehm
文件下载
文件名 操作
json-dom-0.9.3.jar 下载
json-dom-0.9.3.pom 下载
json-dom-0.9.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.lars-sh</groupId>
  <artifactId>json-dom</artifactId>
  <version>0.9.3</version>
</dependency>
Gradle Groovy
implementation 'de.lars-sh:json-dom:0.9.3'
Gradle Kotlin
implementation("de.lars-sh:json-dom:0.9.3")
Scala SBT
libraryDependencies += "de.lars-sh" % "json-dom" % "0.9.3"
Groovy Grape
@Grapes(
  @Grab(group='de.lars-sh', module='json-dom', version='0.9.3')
)
Apache Ivy
<dependency org="de.lars-sh" name="json-dom" rev="0.9.3" />
Leiningen
[de.lars-sh/json-dom "0.9.3"]
Apache Buildr
'de.lars-sh:json-dom:jar:0.9.3'