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

For more information, please explore the Attic.

Welcome to Apache Onami-Scheduler!

Apache Onami-Scheduler is the Google Guice extension for Quartz, originally developed by Nino Martinez Wael on Google Code with the name of quartz4guice.

Before starting

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>