## page was renamed from guava
= guava =
Guava: Google Core Libraries for Java 1.6+

The Guava project contains several of Google's core libraries that we rely on in our Java-based projects: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.

http://code.google.com/p/guava-libraries/

http://code.google.com/p/guava-libraries/wiki/GuavaExplained

== Maven ==
{{{#!highlight xml
<dependency>
    <groupId>com.google.guava</groupId>
    <artifactId>guava</artifactId>
    <version>12.0</version>
</dependency>
}}}

== Cache ==

http://code.google.com/p/guava-libraries/wiki/CachesExplained