-
-
Notifications
You must be signed in to change notification settings - Fork 2
Maven2
Ben Fortuna edited this page Mar 6, 2017
·
1 revision
Releases of mstor are now hosted in the maven central repository. To add a dependency you will need to add to your configuration as follows:
<project>
...
<dependencies>
<dependency>
<groupId>org.mnode.mstor</groupid>
<artifactId>mstor</artifactid>
<version>0.9.13</version>
</dependency>
...
</dependencies>
...
</project>
Snapshot releases are also available from the Sonatype Snapshot Repository