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-jobs |
Last Version | Last Version2.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionquartz-jobs
Quartz utility jobs
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quartz-jobs-2.3.2.pom | |
quartz-jobs-2.3.2.jar | 33 KB |
quartz-jobs-2.3.2-sources.jar | 28 KB |
quartz-jobs-2.3.2-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tomitribe.quartz/quartz-jobs/ -->
<dependency>
<groupId>org.tomitribe.quartz</groupId>
<artifactId>quartz-jobs</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.tomitribe.quartz/quartz-jobs/
implementation 'org.tomitribe.quartz:quartz-jobs:2.3.2'
// https://jarcasting.com/artifacts/org.tomitribe.quartz/quartz-jobs/
implementation ("org.tomitribe.quartz:quartz-jobs:2.3.2")
'org.tomitribe.quartz:quartz-jobs:jar:2.3.2'
<dependency org="org.tomitribe.quartz" name="quartz-jobs" rev="2.3.2">
<artifact name="quartz-jobs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tomitribe.quartz', module='quartz-jobs', version='2.3.2')
)
libraryDependencies += "org.tomitribe.quartz" % "quartz-jobs" % "2.3.2"
[org.tomitribe.quartz/quartz-jobs "2.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.tomitribe.quartz.internal : quartz-core | jar | 2.3.2 |
org.apache.openejb : javaee-api | jar | 6.0-5 |
javax.mail : mail | jar | 1.4.7 |
Group / Artifact | Type | Version |
---|---|---|
org.subethamail : subethasmtp | jar | 3.1.7 |
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
log4j : log4j | jar | 1.2.16 |
org.hamcrest : hamcrest-library | jar | 1.2 |
junit : junit-dep | jar | 4.10 |
commons-io : commons-io | jar | 2.4 |
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: