Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.04 KB

readme.md

File metadata and controls

38 lines (28 loc) · 1.04 KB

Symas Lightning Memory-Mapped Database (LMDB)

Build Status

This project produces liblmdb library version 0.9.15 of the OpenLDAP project which is licensed under the The OpenLDAP Public License.

Source @ https://github.com/LMDB/lmdb.

Using as a Maven Dependency

Add one (or more) of the following dependency to your Maven pom.xml.

<dependency>
  <groupId>org.deephacks.lmdb</groupId>
  <artifactId>lmdb-linux64</artifactId>
  <version>${version}</version>
</dependency>

<dependency>
  <groupId>org.deephacks.lmdb</groupId>
  <artifactId>lmdb-osx64</artifactId>
  <version>${version}</version>
</dependency>

<dependency>
  <groupId>org.deephacks.lmdb</groupId>
  <artifactId>lmdb-win64</artifactId>
  <version>${version}</version>
</dependency>

<dependency>
  <groupId>org.deephacks.lmdb</groupId>
  <artifactId>lmdb-android</artifactId>
  <version>${version}</version>
</dependency>