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.
'org.mapdb:mapdb-noassert:2.0-beta10'
<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb-noassert</artifactId>
<version>2.0-beta10</version>
</dependency>
<dependency org="org.mapdb" name="mapdb-noassert" rev="2.0-beta10"/>
"org.mapdb", "mapdb-noassert", "2.0-beta10"