<dependency>
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
<artifactId>concurrentlinkedhashmap-lru</artifactId>
<version>1.0_jdk5</version>
</dependency>
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.0_jdk5'
implementation("com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.0_jdk5")
libraryDependencies += "com.googlecode.concurrentlinkedhashmap" % "concurrentlinkedhashmap-lru" % "1.0_jdk5"
@Grapes(
@Grab(group='com.googlecode.concurrentlinkedhashmap', module='concurrentlinkedhashmap-lru', version='1.0_jdk5')
)
<dependency org="com.googlecode.concurrentlinkedhashmap" name="concurrentlinkedhashmap-lru" rev="1.0_jdk5" />
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>3</version> </parent>
test
|-- colt:colt:1.2.0
|-- commons-collections:commons-collections:3.2.1
|-- commons-lang:commons-lang:2.5
|-- commons-logging:commons-logging:1.1.1
|-- com.google.guava:guava:r06
|-- net.sf.ehcache:ehcache-core:2.0.1
|-- org.apache.commons:commons-math:2.1
|-- org.hamcrest:hamcrest-all:1.2