Download AtomXOM
Maven Repository
If your project is using Apache Maven as its build system, then you can make use of AtomXOM by including the AtomXOM Maven repository in your POM, and adding AtomXOM as a dependency.
<repositories> <repository> <id>atomxom</id> <name>AtomXOM Maven Repository</name> <url>http://atomxom.sourceforge.net/m2repo</url> <repository> </repositories> <dependencies> <dependency> <groupId>net.sf.atomxom</groupId> <artifactId>atomxom-core</artifactId> <version>0.1</version> </dependency> </dependencies>
Source Code Repository
The source code for AtomXOM can be downloaded from the AtomXOM Mercurial Repository.
Licence
Copyright © 2009-2010, Sam Adams.
AtomXOM is released under Version 3 of the GNU Lesser General Public License:
AtomXOM is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
AtomXOM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.