License |
License |
---|---|
Categories |
CategoriesMapDB Data Databases |
GroupId | GroupIdorg.mapdb |
ArtifactId | ArtifactIdmapdb-root |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
mapdb-root-3.0.0-M2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mapdb/mapdb-root/ -->
<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb-root</artifactId>
<version>3.0.0-M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mapdb/mapdb-root/
implementation 'org.mapdb:mapdb-root:3.0.0-M2'
// https://jarcasting.com/artifacts/org.mapdb/mapdb-root/
implementation ("org.mapdb:mapdb-root:3.0.0-M2")
'org.mapdb:mapdb-root:pom:3.0.0-M2'
<dependency org="org.mapdb" name="mapdb-root" rev="3.0.0-M2">
<artifact name="mapdb-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mapdb', module='mapdb-root', version='3.0.0-M2')
)
libraryDependencies += "org.mapdb" % "mapdb-root" % "3.0.0-M2"
[org.mapdb/mapdb-root "3.0.0-M2"]