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