Last Version

EZDB Parent 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-parent
Version

Version

0.1.9
Type

Type

jar
Description

Description

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

Project URL

https://github.com/criccomini/ezdb
Source Code Management

Source Code Management

http://github.com/criccomini/ezdb

Download ezdb-parent 0.1.9


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • ezdb-api
  • ezdb-leveldb
  • ezdb-leveldb-jni
  • ezdb-treemap