is not current version
Last Version 4.0.3

io.kcache:kcache 3.2.0

A in-memory cache backed by Apache Kafka

GroupId

GroupId

io.kcache
ArtifactId

ArtifactId

kcache
Version

Version

3.2.0
Type

Type

jar

Download kcache 3.2.0


<!-- https://jarcasting.com/artifacts/io.kcache/kcache/ -->
<dependency>
    <groupId>io.kcache</groupId>
    <artifactId>kcache</artifactId>
    <version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.kcache/kcache/
implementation 'io.kcache:kcache:3.2.0'
// https://jarcasting.com/artifacts/io.kcache/kcache/
implementation ("io.kcache:kcache:3.2.0")
'io.kcache:kcache:jar:3.2.0'
<dependency org="io.kcache" name="kcache" rev="3.2.0">
  <artifact name="kcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kcache', module='kcache', version='3.2.0')
)
libraryDependencies += "io.kcache" % "kcache" % "3.2.0"
[io.kcache/kcache "3.2.0"]