| License |
License |
|---|---|
| GroupId | GroupIdcom.github.criccomini |
| ArtifactId | ArtifactIdezdb-leveldb |
| Version | Version0.1.9 |
| Type | Typejar |
| Description |
DescriptionEZDB LevelDB implementation
EZDB is a simple hash/range database. Right now, it just has a LevelDB implementation.
|
| Filename | Size |
|---|---|
| ezdb-leveldb-0.1.9.pom | |
| ezdb-leveldb-0.1.9.jar | 10 KB |
| ezdb-leveldb-0.1.9-tests.jar | 8 KB |
| ezdb-leveldb-0.1.9-sources.jar | 3 KB |
| ezdb-leveldb-0.1.9-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.criccomini/ezdb-leveldb/ -->
<dependency>
<groupId>com.github.criccomini</groupId>
<artifactId>ezdb-leveldb</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.criccomini/ezdb-leveldb/
implementation 'com.github.criccomini:ezdb-leveldb:0.1.9'
// https://jarcasting.com/artifacts/com.github.criccomini/ezdb-leveldb/
implementation ("com.github.criccomini:ezdb-leveldb:0.1.9")
'com.github.criccomini:ezdb-leveldb:jar:0.1.9'
<dependency org="com.github.criccomini" name="ezdb-leveldb" rev="0.1.9">
<artifact name="ezdb-leveldb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.criccomini', module='ezdb-leveldb', version='0.1.9')
)
libraryDependencies += "com.github.criccomini" % "ezdb-leveldb" % "0.1.9"
[com.github.criccomini/ezdb-leveldb "0.1.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.criccomini : ezdb-api | jar | 0.1.9 |
| org.iq80.leveldb : leveldb | jar | 0.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.criccomini : ezdb-treemap | jar | 0.1.9 |
| junit : junit | jar | 4.8.1 |