Last Version

EZDB LevelDB JNI implementation 0.1.9

EZDB is a simple hash/range database. Right now, it just has a LevelDB implementation.

License

License

GroupId

GroupId

com.github.criccomini
ArtifactId

ArtifactId

ezdb-leveldb-jni
Version

Version

0.1.9
Type

Type

jar
Description

Description

EZDB LevelDB JNI implementation
EZDB is a simple hash/range database. Right now, it just has a LevelDB implementation.

Download ezdb-leveldb-jni 0.1.9


<!-- https://jarcasting.com/artifacts/com.github.criccomini/ezdb-leveldb-jni/ -->
<dependency>
    <groupId>com.github.criccomini</groupId>
    <artifactId>ezdb-leveldb-jni</artifactId>
    <version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.criccomini/ezdb-leveldb-jni/
implementation 'com.github.criccomini:ezdb-leveldb-jni:0.1.9'
// https://jarcasting.com/artifacts/com.github.criccomini/ezdb-leveldb-jni/
implementation ("com.github.criccomini:ezdb-leveldb-jni:0.1.9")
'com.github.criccomini:ezdb-leveldb-jni:jar:0.1.9'
<dependency org="com.github.criccomini" name="ezdb-leveldb-jni" rev="0.1.9">
  <artifact name="ezdb-leveldb-jni" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.criccomini', module='ezdb-leveldb-jni', version='0.1.9')
)
libraryDependencies += "com.github.criccomini" % "ezdb-leveldb-jni" % "0.1.9"
[com.github.criccomini/ezdb-leveldb-jni "0.1.9"]

Dependencies

compile (2)

Group / Artifact Type Version
com.github.criccomini : ezdb-leveldb jar 0.1.9
org.fusesource.leveldbjni : leveldbjni-all jar 1.5

test (3)

Group / Artifact Type Version
com.github.criccomini : ezdb-leveldb test-jar 0.1.9
com.github.criccomini : ezdb-treemap jar 0.1.9
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.