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

For more information, please explore the Attic.

Welcome to Apache Onami-Configuration!

Apache Onami-Configuration is a small collection of reusable Modules for Google Guice to make easier the task of loading java.util.Properties by reading configuration files.

Before starting

Apache Onami-Configuration 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.configuration</artifactId>
    <version>6.3.1-SNAPSHOT</version>
  </dependency>
  ...
</dependencies>