Last Version

Expiring Map 1.0.2

Small library to provide in-memory storage which expires entries if unused for a period of time.

License

License

GroupId

GroupId

io.github.galbiston
ArtifactId

ArtifactId

expiring-map
Version

Version

1.0.2
Type

Type

jar
Description

Description

Expiring Map
Small library to provide in-memory storage which expires entries if unused for a period of time.
Project URL

Project URL

https://github.com/galbiston/expiring-map
Source Code Management

Source Code Management

https://github.com/galbiston/expiring-map.git

Download expiring-map 1.0.2


<!-- https://jarcasting.com/artifacts/io.github.galbiston/expiring-map/ -->
<dependency>
    <groupId>io.github.galbiston</groupId>
    <artifactId>expiring-map</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.galbiston/expiring-map/
implementation 'io.github.galbiston:expiring-map:1.0.2'
// https://jarcasting.com/artifacts/io.github.galbiston/expiring-map/
implementation ("io.github.galbiston:expiring-map:1.0.2")
'io.github.galbiston:expiring-map:jar:1.0.2'
<dependency org="io.github.galbiston" name="expiring-map" rev="1.0.2">
  <artifact name="expiring-map" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.galbiston', module='expiring-map', version='1.0.2')
)
libraryDependencies += "io.github.galbiston" % "expiring-map" % "1.0.2"
[io.github.galbiston/expiring-map "1.0.2"]

Dependencies

runtime (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

Project Modules

There are no modules declared in this project.