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 |
Last Version | Last Version2.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionquartz
Enterprise Job Scheduler
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quartz-2.3.2.pom | |
quartz-2.3.2.jar | 541 KB |
quartz-2.3.2-sources.jar | 484 KB |
quartz-2.3.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.quartz-scheduler/quartz/ -->
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.quartz-scheduler/quartz/
implementation 'org.quartz-scheduler:quartz:2.3.2'
// https://jarcasting.com/artifacts/org.quartz-scheduler/quartz/
implementation ("org.quartz-scheduler:quartz:2.3.2")
'org.quartz-scheduler:quartz:jar:2.3.2'
<dependency org="org.quartz-scheduler" name="quartz" rev="2.3.2">
<artifact name="quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.quartz-scheduler', module='quartz', version='2.3.2')
)
libraryDependencies += "org.quartz-scheduler" % "quartz" % "2.3.2"
[org.quartz-scheduler/quartz "2.3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.mchange : c3p0 | jar | 0.9.5.4 |
com.mchange : mchange-commons-java | jar | 0.2.15 |
com.zaxxer : HikariCP-java7 | jar | 2.4.13 |
org.slf4j : slf4j-api | jar | 1.7.7 |
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: