Xanot is a kind of XML to Object Mapper. Very similar to what Apache have done with Commons-Digester, it basicaly maps XML data to an object model.
'org.xanot:xanot:1.0.6'
<dependency>
<groupId>org.xanot</groupId>
<artifactId>xanot</artifactId>
<version>1.0.6</version>
</dependency>
<dependency org="org.xanot" name="xanot" rev="1.0.6"/>
"org.xanot", "xanot", "1.0.6"