| License |
License |
|---|---|
| GroupId | GroupIdio.kcache |
| ArtifactId | ArtifactIdkcache-rdbms |
| Version | Version3.4.4 |
| Type | Typejar |
| Description |
DescriptionA in-memory cache backed by Apache Kafka
|
| Filename | Size |
|---|---|
| kcache-rdbms-3.4.4.pom | |
| kcache-rdbms-3.4.4.jar | 15 KB |
| kcache-rdbms-3.4.4-sources.jar | 9 KB |
| kcache-rdbms-3.4.4-javadoc.jar | 475 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.kcache/kcache-rdbms/ -->
<dependency>
<groupId>io.kcache</groupId>
<artifactId>kcache-rdbms</artifactId>
<version>3.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.kcache/kcache-rdbms/
implementation 'io.kcache:kcache-rdbms:3.4.4'
// https://jarcasting.com/artifacts/io.kcache/kcache-rdbms/
implementation ("io.kcache:kcache-rdbms:3.4.4")
'io.kcache:kcache-rdbms:jar:3.4.4'
<dependency org="io.kcache" name="kcache-rdbms" rev="3.4.4">
<artifact name="kcache-rdbms" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kcache', module='kcache-rdbms', version='3.4.4')
)
libraryDependencies += "io.kcache" % "kcache-rdbms" % "3.4.4"
[io.kcache/kcache-rdbms "3.4.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.kcache : kcache | jar | 3.4.4 |
| com.google.guava : guava | jar | 30.1.1-jre |
| com.esotericsoftware : kryo | jar | 5.1.1 |
| org.apache.kafka : kafka-clients | jar | 2.8.0 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.jooq : jooq | jar | 3.14.9 |
| com.zaxxer : HikariCP | jar | 4.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.kcache : kcache | test-jar | 3.4.4 |
| com.h2database : h2 | jar | 1.4.200 |
| org.hsqldb : hsqldb | jar | 2.5.1 |
| org.apache.derby : derby | jar | 10.14.2.0 |
| 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.30 |