| License |
License |
|---|---|
| GroupId | GroupIdio.kcache |
| ArtifactId | ArtifactIdkcache-parent |
| Version | Version4.0.2 |
| Type | Typepom |
| Description |
Descriptionkcache
A in-memory cache backed by Apache Kafka
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| kcache-parent-4.0.2.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.kcache/kcache-parent/ -->
<dependency>
<groupId>io.kcache</groupId>
<artifactId>kcache-parent</artifactId>
<version>4.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kcache/kcache-parent/
implementation 'io.kcache:kcache-parent:4.0.2'
// https://jarcasting.com/artifacts/io.kcache/kcache-parent/
implementation ("io.kcache:kcache-parent:4.0.2")
'io.kcache:kcache-parent:pom:4.0.2'
<dependency org="io.kcache" name="kcache-parent" rev="4.0.2">
<artifact name="kcache-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kcache', module='kcache-parent', version='4.0.2')
)
libraryDependencies += "io.kcache" % "kcache-parent" % "4.0.2"
[io.kcache/kcache-parent "4.0.2"]