не последняя версия
Последняя версия 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.

Категории

Категории

MapDB Данные Базы данных
Группа

Группа

org.mapdb
Идентификатор

Идентификатор

mapdb
Версия

Версия

0.9.4
Тип

Тип

jar

Скачать 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"]