Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reines committed Jun 26, 2013
1 parent 7a4d29f commit 326f128
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ The Persistent-HashMap is basically a persistent version of the Java HashMap cla

[![Build Status](https://api.travis-ci.org/reines/persistenthashmap.png)](https://travis-ci.org/reines/persistenthashmap)

Warning: It is not under active development, and has not been used in a production environment.
_Warning: It is not under active development, and has not been used in a production environment._

Persistent-HashMap can be found in maven central.

<dependency>
<groupId>com.jamierf</groupId>
<artifactId>persistenthashmap</artifactId>
<version>...</version>
</dependency>

## Features
* Implements the Map interface so can be used in the exact same way as a regular HashMap.
Expand Down

0 comments on commit 326f128

Please sign in to comment.