License |
License |
---|---|
GroupId | GroupIdcom.googlecode.concurrentlinkedhashmap |
ArtifactId | ArtifactIdconcurrentlinkedhashmap-lru |
Last Version | Last Version1.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConcurrentLinkedHashMap
A high performance version of java.util.LinkedHashMap for use as a software cache.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru/ -->
<dependency>
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
<artifactId>concurrentlinkedhashmap-lru</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru/
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
// https://jarcasting.com/artifacts/com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru/
implementation ("com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2")
'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.4.2'
<dependency org="com.googlecode.concurrentlinkedhashmap" name="concurrentlinkedhashmap-lru" rev="1.4.2">
<artifact name="concurrentlinkedhashmap-lru" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.concurrentlinkedhashmap', module='concurrentlinkedhashmap-lru', version='1.4.2')
)
libraryDependencies += "com.googlecode.concurrentlinkedhashmap" % "concurrentlinkedhashmap-lru" % "1.4.2"
[com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru "1.4.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.caliper : caliper | jar | 1.0-beta-1 |
com.jayway.awaitility : awaitility | jar | 1.3.5 |
com.github.stephenc.high-scale-lib : high-scale-lib | jar | 1.1.4 |
com.google.guava : guava | jar | 14.0.1 |
commons-lang : commons-lang | jar | 2.6 |
net.sf.ehcache : ehcache | jar | 2.7.2 |
org.cachebench » cache-benchmark | jar | r7903 |
org.hamcrest : hamcrest-library | jar | 1.3.RC2 |
org.mockito : mockito-all | jar | 1.9.5 |
org.testng : testng | jar | 6.0.1 |
com.twitter : jsr166e | jar | 1.0.0 |