is not current version
Last Version 3.0.8

org.mapdb:mapdb 0.9.4

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.

Categories

Categories

MapDB Data Databases
GroupId

GroupId

org.mapdb
ArtifactId

ArtifactId

mapdb
Version

Version

0.9.4
Type

Type

jar

Download mapdb 0.9.4


<!-- https://jarcasting.com/artifacts/org.mapdb/mapdb/ -->
<dependency>
    <groupId>org.mapdb</groupId>
    <artifactId>mapdb</artifactId>
    <version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mapdb/mapdb/
implementation 'org.mapdb:mapdb:0.9.4'
// https://jarcasting.com/artifacts/org.mapdb/mapdb/
implementation ("org.mapdb:mapdb:0.9.4")
'org.mapdb:mapdb:jar:0.9.4'
<dependency org="org.mapdb" name="mapdb" rev="0.9.4">
  <artifact name="mapdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mapdb', module='mapdb', version='0.9.4')
)
libraryDependencies += "org.mapdb" % "mapdb" % "0.9.4"
[org.mapdb/mapdb "0.9.4"]