<dependency>
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
<artifactId>concurrentlinkedhashmap-lru</artifactId>
<version>1.3.1</version>
</dependency>
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.3.1'
implementation("com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.3.1")
libraryDependencies += "com.googlecode.concurrentlinkedhashmap" % "concurrentlinkedhashmap-lru" % "1.3.1"
@Grapes(
@Grab(group='com.googlecode.concurrentlinkedhashmap', module='concurrentlinkedhashmap-lru', version='1.3.1')
)
<dependency org="com.googlecode.concurrentlinkedhashmap" name="concurrentlinkedhashmap-lru" rev="1.3.1" />
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
test
|-- com.google.caliper:caliper:0.5-rc1
|-- com.jayway.awaitility:awaitility:1.3.4
|-- com.github.stephenc.high-scale-lib:high-scale-lib:1.1.4
|-- com.google.guava:guava:12.0
|-- commons-lang:commons-lang:2.5
|-- net.sf.ehcache:ehcache-core:2.5.2
|-- org.cachebench:cache-benchmark:r7903
|-- org.hamcrest:hamcrest-library:1.3.RC2