License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.jodah |
ArtifactId | ArtifactIdexpiringmap |
Last Version | Last Version0.5.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExpiringMap
A high performance thread-safe map that expires entries
|
Project URL |
Project URL |
Filename | Size |
---|---|
expiringmap-0.5.10.pom | |
expiringmap-0.5.10.jar | 20 KB |
expiringmap-0.5.10-sources.jar | 6 KB |
expiringmap-0.5.10-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jodah/expiringmap/ -->
<dependency>
<groupId>net.jodah</groupId>
<artifactId>expiringmap</artifactId>
<version>0.5.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.jodah/expiringmap/
implementation 'net.jodah:expiringmap:0.5.10'
// https://jarcasting.com/artifacts/net.jodah/expiringmap/
implementation ("net.jodah:expiringmap:0.5.10")
'net.jodah:expiringmap:jar:0.5.10'
<dependency org="net.jodah" name="expiringmap" rev="0.5.10">
<artifact name="expiringmap" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jodah', module='expiringmap', version='0.5.10')
)
libraryDependencies += "net.jodah" % "expiringmap" % "0.5.10"
[net.jodah/expiringmap "0.5.10"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |
net.jodah : concurrentunit | jar | 0.4.1 |