Apache Onami-Guava is a small collection of reusable tools for Google Guice to make easier the integration with http://code.google.com/p/guava-libraries/.
Apache Onami-Guava is available on the Maven Central repo, you just need to add the dependency below in your pom.xml file:
<dependencies> ... <dependency> <groupId>org.apache.onami</groupId> <artifactId>org.apache.onami.guava</artifactId> <version>0.2.0-incubating-SNAPSHOT</version> </dependency> ... </dependencies>