Download evictor-1.0.0.jar file - Jar e

Jar examples for e:evictor

Description

A concurrent map with timed element eviction

You can download jar file evictor 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add evictor-1.0.0.jar to your project.

<dependency>
   <groupId>com.stoyanr</groupId>
   <artifactId>evictor</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.stoyanr', name: 'evictor', version: '1.0.0'
libraryDependencies += "com.stoyanr" % "evictor" % "1.0.0"
<dependency org="com.stoyanr" name="evictor" rev="1.0.0"/>
@Grapes(@Grab(group='com.stoyanr', module='evictor', version='1.0.0'))
'com.stoyanr:evictor:jar:1.0.0'

Download

Click the following link to download the jar file.

evictor-1.0.0-javadoc.jar
evictor-1.0.0-sources.jar
evictor-1.0.0.jar
evictor-1.0.0.pom



Related Tutorials