#krail-quartz
Quartz module for Krail (previously known as V7), which provides a framework for rapid Java web development by combining Vaadin, Guice, Apache Shiro, Apache Commons Configuration and others.
This module is an integration wrapper around Quartz Scheduler to enable it to plug in to Krail
repositories {
jcenter()
}
'uk.q3c.krail:krail-quartz:0.7.15'
##Maven
<repository>
<id>jcenter</id>
<url>http://jcenter.bintray.com</url>
</repository>
<dependency>
<groupId>uk.q3c.krail</groupId>
<artifactId>krail-quartz</artifactId>
<version>0.7.15</version>
</dependency>
##Direct