OrientDB binding for eXtendend Objects (XO).
Our artifacts are published to the Maven Central repository and can be found under the com.smb-tec.xo
groupId.
You'll need to add the following dependency in your builds (and Maven will automatically include the additional transitive dependencies to OrientDB for you). It currently uses the OrientDB 2.0-M2 version:
<dependency>
<groupId>com.smb-tec.xo</groupId>
<artifactId>xo-orientdb</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
Please visit the project wiki for the latest information : https://github.com/BluWings/xo-orientdb/wiki
xo-orientdb
is contributed under Apache License 2.0.
Start the Maven build on command line
mvn clean package