License |
License |
---|---|
Categories |
CategoriesMapDB Data Databases |
GroupId | GroupIdorg.mapdb |
ArtifactId | ArtifactIdmapdb-jcache |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
mapdb-jcache-3.0.0-M2.pom | |
mapdb-jcache-3.0.0-M2.jar | 105 KB |
mapdb-jcache-3.0.0-M2-test-sources.jar | 1 KB |
mapdb-jcache-3.0.0-M2-sources.jar | 54 KB |
mapdb-jcache-3.0.0-M2-javadoc.jar | 164 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mapdb/mapdb-jcache/ -->
<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb-jcache</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mapdb/mapdb-jcache/
implementation 'org.mapdb:mapdb-jcache:3.0.0-M2'
// https://jarcasting.com/artifacts/org.mapdb/mapdb-jcache/
implementation ("org.mapdb:mapdb-jcache:3.0.0-M2")
'org.mapdb:mapdb-jcache:jar:3.0.0-M2'
<dependency org="org.mapdb" name="mapdb-jcache" rev="3.0.0-M2">
<artifact name="mapdb-jcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mapdb', module='mapdb-jcache', version='3.0.0-M2')
)
libraryDependencies += "org.mapdb" % "mapdb-jcache" % "3.0.0-M2"
[org.mapdb/mapdb-jcache "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
org.mapdb : mapdb | jar | 3.0.0-M2 |
javax.cache : cache-api | jar | 1.0.0 |
javax.enterprise : cdi-api | jar | 1.0 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.0-rc-1036 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |