Jar examples for j:jdbm
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.
You can download jar file jdbm 1.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add jdbm-1.0.jar to your project.
<dependency> <groupId>jdbm</groupId> <artifactId>jdbm</artifactId> <version>1.0</version> </dependency>
compile group: 'jdbm', name: 'jdbm', version: '1.0'
libraryDependencies += "jdbm" % "jdbm" % "1.0"
<dependency org="jdbm" name="jdbm" rev="1.0"/>
@Grapes(@Grab(group='jdbm', module='jdbm', version='1.0'))
'jdbm:jdbm:jar:1.0'
Click the following link to download the jar file.
jdbm-1.0.jar