m

mapdb

MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap memory. It is a fast, scalable and easy to use embedded Java database.
http://www.mapdb.org
The Apache Software License, Version 2.0
Jan Kotek
Files download
File Operation
mapdb-1.0.6.jar download
mapdb-1.0.6.pom download
mapdb-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mapdb</groupId>
  <artifactId>mapdb</artifactId>
  <version>1.0.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.mapdb:mapdb:1.0.6'
Gradle Kotlin
implementation("org.mapdb:mapdb:1.0.6")
Scala SBT
libraryDependencies += "org.mapdb" % "mapdb" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.mapdb', module='mapdb', version='1.0.6')
)
Apache Ivy
<dependency org="org.mapdb" name="mapdb" rev="1.0.6" />
Leiningen
[org.mapdb/mapdb "1.0.6"]
Apache Buildr
'org.mapdb:mapdb:jar:1.0.6'