| License |
License |
|---|---|
| GroupId | GroupIdio.kcache |
| ArtifactId | ArtifactIdkcache-rdbms |
| Version | Version4.0.2 |
| Type | Typejar |
| Description |
DescriptionA in-memory cache backed by Apache Kafka
|
| Filename | Size |
|---|---|
| kcache-rdbms-4.0.2.pom | |
| kcache-rdbms-4.0.2.jar | 15 KB |
| kcache-rdbms-4.0.2-sources.jar | 9 KB |
| kcache-rdbms-4.0.2-javadoc.jar | 475 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.kcache/kcache-rdbms/ -->
<dependency>
<groupId>io.kcache</groupId>
<artifactId>kcache-rdbms</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.kcache/kcache-rdbms/
implementation 'io.kcache:kcache-rdbms:4.0.2'
// https://jarcasting.com/artifacts/io.kcache/kcache-rdbms/
implementation ("io.kcache:kcache-rdbms:4.0.2")
'io.kcache:kcache-rdbms:jar:4.0.2'
<dependency org="io.kcache" name="kcache-rdbms" rev="4.0.2">
<artifact name="kcache-rdbms" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kcache', module='kcache-rdbms', version='4.0.2')
)
libraryDependencies += "io.kcache" % "kcache-rdbms" % "4.0.2"
[io.kcache/kcache-rdbms "4.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.kcache : kcache | jar | 4.0.2 |
| com.google.guava : guava | jar | 31.0.1-jre |
| com.esotericsoftware : kryo | jar | 5.2.1 |
| org.apache.kafka : kafka-clients | jar | 3.1.0 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| org.jooq : jooq | jar | 3.14.11 |
| com.zaxxer : HikariCP | jar | 4.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.kcache : kcache | test-jar | 4.0.2 |
| com.h2database : h2 | jar | 2.1.210 |
| org.hsqldb : hsqldb | jar | 2.5.1 |
| org.apache.derby : derby | jar | 10.14.2.0 |
| org.apache.kafka : kafka-clients | jar | 3.1.0 |
| org.apache.kafka : kafka_2.13 | jar | 3.1.0 |
| org.apache.kafka : kafka_2.13 | jar | 3.1.0 |
| junit : junit | jar | 4.13.2 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.36 |