Fork me on GitHub

Welcome to Guartz!

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

Before starting

Guartz is available on the Maven Central repo, you just need to add the dependency below in your pom.xml file:

<dependencies>
  ...
  <dependency>
    <groupId>org.99soft.guice</groupId>
    <artifactId>guartz</artifactId>
    <version>XX.XX</version>
  </dependency>
  ...
</dependencies>