| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.kcache |
| Идентификатор | Идентификаторkcache-parent |
| Последняя версия | Последняя версия4.0.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеkcache
A in-memory cache backed by Apache Kafka
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| kcache-parent-4.0.3.pom | 16 KB |
| Обзор |
<!-- 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"]