Download concurrentlinkedhashmap-lru-1.0_jdk5.jar file - Jar c

Jar examples for c:concurrentlinkedhashmap-lru

Description

A high performance version of java.util.LinkedHashMap for use as a software cache.

You can download jar file concurrentlinkedhashmap-lru 1.0_jdk5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add concurrentlinkedhashmap-lru-1.0_jdk5.jar to your project.

<dependency>
   <groupId>com.googlecode.concurrentlinkedhashmap</groupId>
   <artifactId>concurrentlinkedhashmap-lru</artifactId>
   <version>1.0_jdk5</version>
</dependency>
compile group: 'com.googlecode.concurrentlinkedhashmap', name: 'concurrentlinkedhashmap-lru', version: '1.0_jdk5'
libraryDependencies += "com.googlecode.concurrentlinkedhashmap" % "concurrentlinkedhashmap-lru" % "1.0_jdk5"
<dependency org="com.googlecode.concurrentlinkedhashmap" name="concurrentlinkedhashmap-lru" rev="1.0_jdk5"/>
@Grapes(@Grab(group='com.googlecode.concurrentlinkedhashmap', module='concurrentlinkedhashmap-lru', version='1.0_jdk5'))
'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.0_jdk5'

Download

Click the following link to download the jar file.

concurrentlinkedhashmap-lru-1.0_jdk5-javadoc.jar
concurrentlinkedhashmap-lru-1.0_jdk5-sources.jar
concurrentlinkedhashmap-lru-1.0_jdk5.jar
concurrentlinkedhashmap-lru-1.0_jdk5.pom



Related Tutorials