| License |
License |
|---|---|
| Categories |
CategoriesMapDB Data Databases |
| GroupId | GroupIdio.kcache |
| ArtifactId | ArtifactIdkcache-mapdb |
| Version | Version3.4.5 |
| Type | Typejar |
| Description |
DescriptionA in-memory cache backed by Apache Kafka
|
| Filename | Size |
|---|---|
| kcache-mapdb-3.4.5.pom | |
| kcache-mapdb-3.4.5.jar | 6 KB |
| kcache-mapdb-3.4.5-sources.jar | 4 KB |
| kcache-mapdb-3.4.5-javadoc.jar | 401 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.kcache/kcache-mapdb/ -->
<dependency>
<groupId>io.kcache</groupId>
<artifactId>kcache-mapdb</artifactId>
<version>3.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.kcache/kcache-mapdb/
implementation 'io.kcache:kcache-mapdb:3.4.5'
// https://jarcasting.com/artifacts/io.kcache/kcache-mapdb/
implementation ("io.kcache:kcache-mapdb:3.4.5")
'io.kcache:kcache-mapdb:jar:3.4.5'
<dependency org="io.kcache" name="kcache-mapdb" rev="3.4.5">
<artifact name="kcache-mapdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kcache', module='kcache-mapdb', version='3.4.5')
)
libraryDependencies += "io.kcache" % "kcache-mapdb" % "3.4.5"
[io.kcache/kcache-mapdb "3.4.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.kcache : kcache | jar | 3.4.5 |
| com.google.guava : guava | jar | 30.1.1-jre |
| org.apache.kafka : kafka-clients | jar | 2.8.0 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| org.mapdb : mapdb | jar | 3.0.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.kcache : kcache | test-jar | 3.4.5 |
| org.apache.kafka : kafka-clients | jar | 2.8.0 |
| org.apache.kafka : kafka_2.13 | jar | 2.8.0 |
| org.apache.kafka : kafka_2.13 | jar | 2.8.0 |
| junit : junit | jar | 4.13.2 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.32 |