Download quartz-1.6.3.jar file - Jar q

Jar examples for q:quartz

Description

Provide OSGi services and interfaces to use quartz (cronjob like service).

You can download jar file quartz 1.6.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add quartz-1.6.3.jar to your project.

<dependency>
   <groupId>opensymphony</groupId>
   <artifactId>quartz</artifactId>
   <version>1.6.3</version>
</dependency>
compile group: 'opensymphony', name: 'quartz', version: '1.6.3'
libraryDependencies += "opensymphony" % "quartz" % "1.6.3"
<dependency org="opensymphony" name="quartz" rev="1.6.3"/>
@Grapes(@Grab(group='opensymphony', module='quartz', version='1.6.3'))
'opensymphony:quartz:jar:1.6.3'

Download

Click the following link to download the jar file.

quartz-1.6.3.jar
quartz-1.6.3.pom



Related Tutorials