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