Download expiringmap-0.5.8.jar file - Jar e

Jar examples for e:expiringmap

Description

A high performance thread-safe map that expires entries

You can download jar file expiringmap 0.5.8 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add expiringmap-0.5.8.jar to your project.

<dependency>
   <groupId>net.jodah</groupId>
   <artifactId>expiringmap</artifactId>
   <version>0.5.8</version>
</dependency>
compile group: 'net.jodah', name: 'expiringmap', version: '0.5.8'
libraryDependencies += "net.jodah" % "expiringmap" % "0.5.8"
<dependency org="net.jodah" name="expiringmap" rev="0.5.8"/>
@Grapes(@Grab(group='net.jodah', module='expiringmap', version='0.5.8'))
'net.jodah:expiringmap:jar:0.5.8'

Download

Click the following link to download the jar file.

expiringmap-0.5.8-sources.jar
expiringmap-0.5.8.jar
expiringmap-0.5.8.pom



Related Tutorials