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