Последняя версия

SimpleLruCache 1.0

Simple JAVA expirable LRU cache implementation

Лицензия

Лицензия

Группа

Группа

com.google.code.simplelrucache
Идентификатор

Идентификатор

simplelrucache
Версия

Версия

1.0
Тип

Тип

jar
Описание

Описание

SimpleLruCache
Simple JAVA expirable LRU cache implementation
Ссылка на сайт

Ссылка на сайт

http://code.google.com/p/simplelrucache/
Система контроля версий

Система контроля версий

http://code.google.com/p/simplelrucache/

Скачать simplelrucache 1.0


<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.googlecode.concurrentlinkedhashmap : concurrentlinkedhashmap-lru jar 1.4
org.slf4j : slf4j-api jar 1.6.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.2

Модули Проекта

Данный проект не имеет модулей.