Skip to content
Ben Fortuna edited this page Mar 6, 2017 · 1 revision

Releases

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>

Snapshots

Snapshot releases are also available from the Sonatype Snapshot Repository

Clone this wiki locally