Last Version

EZDB API 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-api
Version

Version

0.1.9
Type

Type

jar
Description

Description

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

Download ezdb-api 0.1.9


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

There are no modules declared in this project.