This subdirectory contains java code for NeXML processing. Specifically, the directory structure is as follows:
org.nexml.model package and their implementations
in the org.nexml.model.impl package.
org.nexml.model.* architecture, and so
function to illustrate how to use it in an application.
Written and maintained by Rutger Vos with some help
from Wayne Maddison.
org.nexml.model.*
API.
mvn test, mvn compile,
mvn install and mvn clean. For more info, consult the pom.xml.
In addition to using mvn to build and install the code here, you can also use the nexml maven
repository at:
<repository> <id>m2.nexml.repos</id> <name>NeXML Remote Repository</name> <url>http://nexml-dev.nescent.org/.m2/repository/</url> </repository>From where you can download nexml as:
<dependency> <groupId>org.nexml.model</groupId> <artifactId>nexml</artifactId> <version>1.5-SNAPSHOT</version> </dependency>