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.tomitribe.quartz |
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 | 688 KB |
quartz-2.3.2-sources.jar | 576 KB |
quartz-2.3.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tomitribe.quartz/quartz/ -->
<dependency>
<groupId>org.tomitribe.quartz</groupId>
<artifactId>quartz</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.tomitribe.quartz/quartz/
implementation 'org.tomitribe.quartz:quartz:2.3.2'
// https://jarcasting.com/artifacts/org.tomitribe.quartz/quartz/
implementation ("org.tomitribe.quartz:quartz:2.3.2")
'org.tomitribe.quartz:quartz:jar:2.3.2'
<dependency org="org.tomitribe.quartz" name="quartz" rev="2.3.2">
<artifact name="quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tomitribe.quartz', module='quartz', version='2.3.2')
)
libraryDependencies += "org.tomitribe.quartz" % "quartz" % "2.3.2"
[org.tomitribe.quartz/quartz "2.3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.mchange : c3p0 | jar | 0.9.5.3 |
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: