j

joox

jOOX stands for Java Object Oriented XML. It is a simple wrapper for the org.w3c.dom package, to allow for fluent XML document creation and manipulation where DOM is required but too verbose.
http://code.google.com/p/joox/
Apache License, Version 2.0
Lukas Eder
Files download
File Operation
joox-1.2.0.jar download
joox-1.2.0.pom download
joox-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jooq</groupId>
  <artifactId>joox</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.jooq:joox:1.2.0'
Gradle Kotlin
implementation("org.jooq:joox:1.2.0")
Scala SBT
libraryDependencies += "org.jooq" % "joox" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jooq', module='joox', version='1.2.0')
)
Apache Ivy
<dependency org="org.jooq" name="joox" rev="1.2.0" />
Leiningen
[org.jooq/joox "1.2.0"]
Apache Buildr
'org.jooq:joox:jar:1.2.0'