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.
'org.jooq:joox:1.2.0'
<dependency> <groupId>org.jooq</groupId> <artifactId>joox</artifactId> <version>1.2.0</version> </dependency>
<dependency org="org.jooq" name="joox" rev="1.2.0"/>
"org.jooq", "joox", "1.2.0"