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