Skip to content

Downloads

Archie L. Cobbs edited this page Sep 14, 2017 · 14 revisions

Permazen is availble from Maven Central:

    <dependency>
        <groupId>io.permazen</groupId>
        <artifactId>permazen</artifactId>
    </dependency>

You should also add the key/value store module(s) for whatever key/value store(s) you want to use, e.g.:

    <dependency>
        <groupId>io.permazen</groupId>
        <artifactId>permazen-kv-array</artifactId>
    </dependency>

or from the Ivy RoundUp ivy repository:

<dependency org="io.permazen" name="permazen"/>

There is a demo distribution ZIP file that lets you play with the Permazen command line and GUI, using a simple database of the solar system.

Changes are noted here.