c

concurrentlinkedhashmap-lru

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