Quartz Scheduler
Quartz is a richly featured, open source job scheduling library that can be integrated within virtually any Java application - from the smallest stand-alone application to the largest e-commerce system.
Status of the build:
License |
License |
---|---|
Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
GroupId | GroupIdorg.quartz-scheduler |
ArtifactId | ArtifactIdquartz-parent |
Last Version | Last Version2.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionquartz-parent
Quartz is a full-featured, open source job scheduling system that
can be integrated with, or used along side virtually any J2EE or
J2SE application
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
quartz-parent-2.3.2.pom | 12 KB |
quartz-parent-2.3.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.quartz-scheduler/quartz-parent/ -->
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz-parent</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.quartz-scheduler/quartz-parent/
implementation 'org.quartz-scheduler:quartz-parent:2.3.2'
// https://jarcasting.com/artifacts/org.quartz-scheduler/quartz-parent/
implementation ("org.quartz-scheduler:quartz-parent:2.3.2")
'org.quartz-scheduler:quartz-parent:jar:2.3.2'
<dependency org="org.quartz-scheduler" name="quartz-parent" rev="2.3.2">
<artifact name="quartz-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.quartz-scheduler', module='quartz-parent', version='2.3.2')
)
libraryDependencies += "org.quartz-scheduler" % "quartz-parent" % "2.3.2"
[org.quartz-scheduler/quartz-parent "2.3.2"]
Quartz is a richly featured, open source job scheduling library that can be integrated within virtually any Java application - from the smallest stand-alone application to the largest e-commerce system.
Status of the build: