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