MVN

org.apache.jdbm : jdbm

Maven & Gradle

Sep 24, 2012
6 usages
363 stars

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.

<dependency>
    <groupId>org.apache.jdbm</groupId>
    <artifactId>jdbm</artifactId>
    <version>3.0-alpha5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.jdbm : jdbm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0-alpha5
  • Latest Alpha: 3.0-alpha5

All Versions

Choose a version of org.apache.jdbm : jdbm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
jdbm-3.0-alpha5
jdbm-3.0-alpha4

How to add a dependency to Maven

Add the following org.apache.jdbm : jdbm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.jdbm</groupId>
    <artifactId>jdbm</artifactId>
    <version>3.0-alpha5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.jdbm : jdbm gradle dependency to your build.gradle file:

implementation 'org.apache.jdbm:jdbm:3.0-alpha5'

Gradle Kotlin DSL: Add the following org.apache.jdbm : jdbm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.jdbm:jdbm:3.0-alpha5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.jdbm : jdbm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.jdbm" % "jdbm" % "3.0-alpha5"

Advertisement

Dependencies from Group

Sep 24, 2012
6 usages
363 stars

Discover Dependencies

Jan 24, 2010
4 usages
Jul 11, 2013
19 usages
14.2k stars
Mar 07, 2012
2.1k stars
Sep 17, 2012
10 usages
8 stars
sac
Mar 22, 2008
103 usages
Sep 25, 2013
2 usages
199 stars
Nov 06, 2012
31 usages