GroupId | GroupIdcom.googlecode.concurrentlinkedhashmap |
---|---|
ArtifactId | ArtifactIdconcurrentlinkedhashmap-lru_jdk5 |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
concurrentlinkedhashmap-lru_jdk5-1.0.pom | |
concurrentlinkedhashmap-lru_jdk5-1.0.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru_jdk5/ -->
<dependency>
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
<artifactId>concurrentlinkedhashmap-lru_jdk5</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru_jdk5/
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru_jdk5:1.0'
// https://jarcasting.com/artifacts/com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru_jdk5/
implementation ("com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru_jdk5:1.0")
'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru_jdk5:jar:1.0'
<dependency org="com.googlecode.concurrentlinkedhashmap" name="concurrentlinkedhashmap-lru_jdk5" rev="1.0">
<artifact name="concurrentlinkedhashmap-lru_jdk5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.concurrentlinkedhashmap', module='concurrentlinkedhashmap-lru_jdk5', version='1.0')
)
libraryDependencies += "com.googlecode.concurrentlinkedhashmap" % "concurrentlinkedhashmap-lru_jdk5" % "1.0"
[com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru_jdk5 "1.0"]