griffon-quartz-core

Griffon Quartz Plugin

License

License

Categories

Categories

Quartz Application Layer Libs Job Scheduling
GroupId

GroupId

org.codehaus.griffon.plugins
ArtifactId

ArtifactId

griffon-quartz-core
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

griffon-quartz-core
Griffon Quartz Plugin
Project URL

Project URL

http://griffon-plugins.github.io/griffon-quartz-plugin
Source Code Management

Source Code Management

https://github.com/griffon-plugins/griffon-quartz-plugin

Download griffon-quartz-core

How to add to project

<!-- https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-quartz-core/ -->
<dependency>
    <groupId>org.codehaus.griffon.plugins</groupId>
    <artifactId>griffon-quartz-core</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-quartz-core/
implementation 'org.codehaus.griffon.plugins:griffon-quartz-core:1.1.0'
// https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-quartz-core/
implementation ("org.codehaus.griffon.plugins:griffon-quartz-core:1.1.0")
'org.codehaus.griffon.plugins:griffon-quartz-core:jar:1.1.0'
<dependency org="org.codehaus.griffon.plugins" name="griffon-quartz-core" rev="1.1.0">
  <artifact name="griffon-quartz-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.griffon.plugins', module='griffon-quartz-core', version='1.1.0')
)
libraryDependencies += "org.codehaus.griffon.plugins" % "griffon-quartz-core" % "1.1.0"
[org.codehaus.griffon.plugins/griffon-quartz-core "1.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.quartz-scheduler : quartz jar 2.3.0

Project Modules

There are no modules declared in this project.

griffon-quartz-plugin

Build Status (travis) Build Status Coverage Status ASL2 Licensed download donations Patreon orange


This plugin allows your Griffon application to schedule jobs to be executed using a specified interval or cron expression. The underlying system uses the Quartz Scheduler.

Refer to the plugin guide for further information on configuration and usage.

org.codehaus.griffon.plugins

Versions

Version
1.1.0