| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.google.code.simplelrucache |
| Идентификатор | Идентификаторsimplelrucache |
| Версия | Версия1.0 |
| Тип | Типjar |
| Описание |
ОписаниеSimpleLruCache
Simple JAVA expirable LRU cache implementation
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| simplelrucache-1.0.pom | |
| simplelrucache-1.0.jar | 12 KB |
| simplelrucache-1.0-sources.jar | 11 KB |
| simplelrucache-1.0-javadoc.jar | 67 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.code.simplelrucache/simplelrucache/ -->
<dependency>
<groupId>com.google.code.simplelrucache</groupId>
<artifactId>simplelrucache</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.simplelrucache/simplelrucache/
implementation 'com.google.code.simplelrucache:simplelrucache:1.0'
// https://jarcasting.com/artifacts/com.google.code.simplelrucache/simplelrucache/
implementation ("com.google.code.simplelrucache:simplelrucache:1.0")
'com.google.code.simplelrucache:simplelrucache:jar:1.0'
<dependency org="com.google.code.simplelrucache" name="simplelrucache" rev="1.0">
<artifact name="simplelrucache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.simplelrucache', module='simplelrucache', version='1.0')
)
libraryDependencies += "com.google.code.simplelrucache" % "simplelrucache" % "1.0"
[com.google.code.simplelrucache/simplelrucache "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.googlecode.concurrentlinkedhashmap : concurrentlinkedhashmap-lru | jar | 1.4 |
| org.slf4j : slf4j-api | jar | 1.6.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |