j

jdom

JDOM is a Java-oriented object model which models XML documents. It provides a Java-centric means of generating and manipulating XML documents. While JDOM interoperates well with existing standards such as the Simple API for XML (SAX) and the Document Object Model (DOM), it is not an abstraction layer or enhancement to those APIs. Rather, it seeks to provide a robust, light-weight means of reading and writing XML data without the complex and memory-consumptive options that current API offerings provide. built July 23 2009
http://www.jdom.org/
BSD/Apache style, see LICENSE.txt
jdom.org
Jason Hunter Brett McLaughlin
Files download
File Operation
jdom-1.1.1.jar download
jdom-1.1.1.pom download
jdom-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jopendocument</groupId>
  <artifactId>jdom</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.jopendocument:jdom:1.1.1'
Gradle Kotlin
implementation("org.jopendocument:jdom:1.1.1")
Scala SBT
libraryDependencies += "org.jopendocument" % "jdom" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jopendocument', module='jdom', version='1.1.1')
)
Apache Ivy
<dependency org="org.jopendocument" name="jdom" rev="1.1.1" />
Leiningen
[org.jopendocument/jdom "1.1.1"]
Apache Buildr
'org.jopendocument:jdom:jar:1.1.1'
Dependencies
The project has no third-party dependencies