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