не последняя версия
Последняя версия 2.7.0.M1

com.alicp.jetcache:jetcache-parent 2.1.4

a Java cache abstraction which provides consistent use for various caching solutions

Группа

Группа

com.alicp.jetcache
Идентификатор

Идентификатор

jetcache-parent
Версия

Версия

2.1.4
Тип

Тип

pom

Скачать jetcache-parent 2.1.4

Имя Файла Размер
jetcache-parent-2.1.4.pom 9 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-parent/ -->
<dependency>
    <groupId>com.alicp.jetcache</groupId>
    <artifactId>jetcache-parent</artifactId>
    <version>2.1.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-parent/
implementation 'com.alicp.jetcache:jetcache-parent:2.1.4'
// https://jarcasting.com/artifacts/com.alicp.jetcache/jetcache-parent/
implementation ("com.alicp.jetcache:jetcache-parent:2.1.4")
'com.alicp.jetcache:jetcache-parent:pom:2.1.4'
<dependency org="com.alicp.jetcache" name="jetcache-parent" rev="2.1.4">
  <artifact name="jetcache-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alicp.jetcache', module='jetcache-parent', version='2.1.4')
)
libraryDependencies += "com.alicp.jetcache" % "jetcache-parent" % "2.1.4"
[com.alicp.jetcache/jetcache-parent "2.1.4"]