is not current version
Last Version 3.0.8

org.mapdb:mapdb 3.0.0-M2


Categories

Categories

MapDB Data Databases
GroupId

GroupId

org.mapdb
ArtifactId

ArtifactId

mapdb
Version

Version

3.0.0-M2
Type

Type

jar

Download mapdb 3.0.0-M2


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