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