c

concurrentlinkedhashmap-lru_jdk5

Files download
File Operation
concurrentlinkedhashmap-lru_jdk5-1.0.jar download
Apache Maven
<dependency>
  <groupId>com.googlecode.concurrentlinkedhashmap</groupId>
  <artifactId>concurrentlinkedhashmap-lru_jdk5</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru_jdk5:1.0'
Gradle Kotlin
implementation("com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru_jdk5:1.0")
Scala SBT
libraryDependencies += "com.googlecode.concurrentlinkedhashmap" % "concurrentlinkedhashmap-lru_jdk5" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.concurrentlinkedhashmap', module='concurrentlinkedhashmap-lru_jdk5', version='1.0')
)
Apache Ivy
<dependency org="com.googlecode.concurrentlinkedhashmap" name="concurrentlinkedhashmap-lru_jdk5" rev="1.0" />
Leiningen
[com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru_jdk5 "1.0"]
Apache Buildr
'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru_jdk5:jar:1.0'
Dependencies
The project has no third-party dependencies