| License |
License |
|---|---|
| GroupId | GroupIdio.kcache |
| ArtifactId | ArtifactIdkcache |
| Version | Version4.0.2 |
| Type | Typejar |
| Description |
DescriptionA in-memory cache backed by Apache Kafka
|
| Filename | Size |
|---|---|
| kcache-4.0.2.pom | |
| kcache-4.0.2.jar | 83 KB |
| kcache-4.0.2-tests.jar | 35 KB |
| kcache-4.0.2-sources.jar | 43 KB |
| kcache-4.0.2-javadoc.jar | 566 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.kcache/kcache/ -->
<dependency>
<groupId>io.kcache</groupId>
<artifactId>kcache</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.kcache/kcache/
implementation 'io.kcache:kcache:4.0.2'
// https://jarcasting.com/artifacts/io.kcache/kcache/
implementation ("io.kcache:kcache:4.0.2")
'io.kcache:kcache:jar:4.0.2'
<dependency org="io.kcache" name="kcache" rev="4.0.2">
<artifact name="kcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kcache', module='kcache', version='4.0.2')
)
libraryDependencies += "io.kcache" % "kcache" % "4.0.2"
[io.kcache/kcache "4.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 31.0.1-jre |
| org.apache.kafka : kafka-clients | jar | 3.1.0 |
| org.slf4j : slf4j-api | jar | 1.7.36 |