is not current version
Last Version 0.1.9

com.github.criccomini:ezdb-parent 0.1.5

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

GroupId

GroupId

com.github.criccomini
ArtifactId

ArtifactId

ezdb-parent
Version

Version

0.1.5
Type

Type

pom

Download ezdb-parent 0.1.5

Filename Size
ezdb-parent-0.1.5.pom 4 KB
Browse

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