Last Version

JDBM 3 3.0-alpha5

JDBM provides TreeMap, HashMap and other collections backed up by disk storage. Now you can handle billions of items without ever running out of memory. JDBM is probably the fastest and the simpliest pure Java database.

License

License

GroupId

GroupId

org.apache.jdbm
ArtifactId

ArtifactId

jdbm
Version

Version

3.0-alpha5
Type

Type

jar
Description

Description

JDBM 3
JDBM provides TreeMap, HashMap and other collections backed up by disk storage. Now you can handle billions of items without ever running out of memory. JDBM is probably the fastest and the simpliest pure Java database.
Project URL

Project URL

https://github.com/jankotek/JDBM3
Source Code Management

Source Code Management

https://github.com/jankotek/JDBM3.git

Download jdbm 3.0-alpha5


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.10

Project Modules

There are no modules declared in this project.