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