Jar examples for c:concurrentlinkedhashmap-lru
A high performance version of java.util.LinkedHashMap for use as a software cache.
You can download jar file concurrentlinkedhashmap-lru 1.2_jdk5 in this page.
The Apache Software License, Version 2.0
You can use the following script to add concurrentlinkedhashmap-lru-1.2_jdk5.jar to your project.
<dependency> <groupId>com.googlecode.concurrentlinkedhashmap</groupId> <artifactId>concurrentlinkedhashmap-lru</artifactId> <version>1.2_jdk5</version> </dependency>
compile group: 'com.googlecode.concurrentlinkedhashmap', name: 'concurrentlinkedhashmap-lru', version: '1.2_jdk5'
libraryDependencies += "com.googlecode.concurrentlinkedhashmap" % "concurrentlinkedhashmap-lru" % "1.2_jdk5"
<dependency org="com.googlecode.concurrentlinkedhashmap" name="concurrentlinkedhashmap-lru" rev="1.2_jdk5"/>
@Grapes(@Grab(group='com.googlecode.concurrentlinkedhashmap', module='concurrentlinkedhashmap-lru', version='1.2_jdk5'))
'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2_jdk5'
Click the following link to download the jar file.
concurrentlinkedhashmap-lru-1.2_jdk5-javadoc.jar