| Группа | Группаio.kcache |
|---|---|
| Идентификатор | Идентификаторkcache-parent |
| Версия | Версия4.0.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| kcache-parent-4.0.0.pom | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.kcache/kcache-parent/ -->
<dependency>
<groupId>io.kcache</groupId>
<artifactId>kcache-parent</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.kcache/kcache-parent/
implementation 'io.kcache:kcache-parent:4.0.0'
// https://jarcasting.com/artifacts/io.kcache/kcache-parent/
implementation ("io.kcache:kcache-parent:4.0.0")
'io.kcache:kcache-parent:pom:4.0.0'
<dependency org="io.kcache" name="kcache-parent" rev="4.0.0">
<artifact name="kcache-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.kcache', module='kcache-parent', version='4.0.0')
)
libraryDependencies += "io.kcache" % "kcache-parent" % "4.0.0"
[io.kcache/kcache-parent "4.0.0"]