JDBM

JDBM provides TreeMap and HashMap backed by disk storage. It is a fast, scalable and easy to use embedded Java database.

License

License

Categories

Categories

Net
GroupId

GroupId

net.kotek
ArtifactId

ArtifactId

jdbm
Last Version

Last Version

4.001-alpha
Release Date

Release Date

Type

Type

jar
Description

Description

JDBM
JDBM provides TreeMap and HashMap backed by disk storage. It is a fast, scalable and easy to use embedded Java database.

Download jdbm

How to add to project

<!-- https://jarcasting.com/artifacts/net.kotek/jdbm/ -->
<dependency>
    <groupId>net.kotek</groupId>
    <artifactId>jdbm</artifactId>
    <version>4.001-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/net.kotek/jdbm/
implementation 'net.kotek:jdbm:4.001-alpha'
// https://jarcasting.com/artifacts/net.kotek/jdbm/
implementation ("net.kotek:jdbm:4.001-alpha")
'net.kotek:jdbm:jar:4.001-alpha'
<dependency org="net.kotek" name="jdbm" rev="4.001-alpha">
  <artifact name="jdbm" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kotek', module='jdbm', version='4.001-alpha')
)
libraryDependencies += "net.kotek" % "jdbm" % "4.001-alpha"
[net.kotek/jdbm "4.001-alpha"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
4.001-alpha