is not current version
Last Version 1.4.2

com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru 1.4

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

GroupId

GroupId

com.googlecode.concurrentlinkedhashmap
ArtifactId

ArtifactId

concurrentlinkedhashmap-lru
Version

Version

1.4
Type

Type

jar

Download concurrentlinkedhashmap-lru 1.4


<!-- https://jarcasting.com/artifacts/com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru/ -->
<dependency>
    <groupId>com.googlecode.concurrentlinkedhashmap</groupId>
    <artifactId>concurrentlinkedhashmap-lru</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru/
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4'
// https://jarcasting.com/artifacts/com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru/
implementation ("com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4")
'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.4'
<dependency org="com.googlecode.concurrentlinkedhashmap" name="concurrentlinkedhashmap-lru" rev="1.4">
  <artifact name="concurrentlinkedhashmap-lru" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.concurrentlinkedhashmap', module='concurrentlinkedhashmap-lru', version='1.4')
)
libraryDependencies += "com.googlecode.concurrentlinkedhashmap" % "concurrentlinkedhashmap-lru" % "1.4"
[com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru "1.4"]