2016/02/07 - Apache Onami has been retired.

For more information, please explore the Attic.

Welcome to Apache Onami-Guava!

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/.

Before starting

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>