| Категории |
КатегорииCaffeine Данные Caching |
|---|---|
| Группа | Группаcom.github.ben-manes.caffeine |
| Идентификатор | Идентификаторjcache |
| Версия | Версия2.5.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jcache-2.5.6.pom | |
| jcache-2.5.6.jar | 88 KB |
| jcache-2.5.6-tests.jar | 74 KB |
| jcache-2.5.6-sources.jar | 52 KB |
| jcache-2.5.6-javadoc.jar | 155 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ben-manes.caffeine/jcache/ -->
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>jcache</artifactId>
<version>2.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ben-manes.caffeine/jcache/
implementation 'com.github.ben-manes.caffeine:jcache:2.5.6'
// https://jarcasting.com/artifacts/com.github.ben-manes.caffeine/jcache/
implementation ("com.github.ben-manes.caffeine:jcache:2.5.6")
'com.github.ben-manes.caffeine:jcache:jar:2.5.6'
<dependency org="com.github.ben-manes.caffeine" name="jcache" rev="2.5.6">
<artifact name="jcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ben-manes.caffeine', module='jcache', version='2.5.6')
)
libraryDependencies += "com.github.ben-manes.caffeine" % "jcache" % "2.5.6"
[com.github.ben-manes.caffeine/jcache "2.5.6"]