Apache Onami-Scheduler is the Google Guice extension for Quartz, originally developed by Nino Martinez Wael on Google Code with the name of quartz4guice.
Apache Onami-Scheduler 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.scheduler</artifactId> <version>1.4.1-SNAPSHOT</version> </dependency> ... </dependencies>