Last Version

SimpleLruCache 1.0

Simple JAVA expirable LRU cache implementation

License

License

GroupId

GroupId

com.google.code.simplelrucache
ArtifactId

ArtifactId

simplelrucache
Version

Version

1.0
Type

Type

jar
Description

Description

SimpleLruCache
Simple JAVA expirable LRU cache implementation
Project URL

Project URL

http://code.google.com/p/simplelrucache/
Source Code Management

Source Code Management

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

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

Dependencies

compile (2)

Group / Artifact Type Version
com.googlecode.concurrentlinkedhashmap : concurrentlinkedhashmap-lru jar 1.4
org.slf4j : slf4j-api jar 1.6.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.