c

concurrentlinkedhashmap-lru

A high performance version of java.util.LinkedHashMap for use as a software cache.
http://code.google.com/p/concurrentlinkedhashmap
Apache
Files download
File Operation
concurrentlinkedhashmap-lru-1.0_jdk5.jar download
concurrentlinkedhashmap-lru-1.0_jdk5.pom download
concurrentlinkedhashmap-lru-1.0_jdk5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.googlecode.concurrentlinkedhashmap</groupId>
  <artifactId>concurrentlinkedhashmap-lru</artifactId>
  <version>1.0_jdk5</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.0_jdk5'
Gradle Kotlin
implementation("com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.0_jdk5")
Scala SBT
libraryDependencies += "com.googlecode.concurrentlinkedhashmap" % "concurrentlinkedhashmap-lru" % "1.0_jdk5"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.concurrentlinkedhashmap', module='concurrentlinkedhashmap-lru', version='1.0_jdk5')
)
Apache Ivy
<dependency org="com.googlecode.concurrentlinkedhashmap" name="concurrentlinkedhashmap-lru" rev="1.0_jdk5" />
Leiningen
[com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru "1.0_jdk5"]
Apache Buildr
'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.0_jdk5'