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