Download jdbm-0.20-dev.jar file - Jar j

Jar examples for j:jdbm

Description

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 0.20-dev in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jdbm-0.20-dev.jar to your project.

<dependency>
   <groupId>jdbm</groupId>
   <artifactId>jdbm</artifactId>
   <version>0.20-dev</version>
</dependency>
compile group: 'jdbm', name: 'jdbm', version: '0.20-dev'
libraryDependencies += "jdbm" % "jdbm" % "0.20-dev"
<dependency org="jdbm" name="jdbm" rev="0.20-dev"/>
@Grapes(@Grab(group='jdbm', module='jdbm', version='0.20-dev'))
'jdbm:jdbm:jar:0.20-dev'

Download

Click the following link to download the jar file.

jdbm-0.20-dev.jar
jdbm-0.20-dev.pom



Related Tutorials