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