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.internal |
ArtifactId | ArtifactIdquartz-core |
Last Version | Last Version2.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionquartz-core
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 Organization |
Project Organization |
Filename | Size |
---|---|
quartz-core-2.3.2.pom | |
quartz-core-2.3.2.jar | 568 KB |
quartz-core-2.3.2-sources.jar | 498 KB |
quartz-core-2.3.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tomitribe.quartz.internal/quartz-core/ -->
<dependency>
<groupId>org.tomitribe.quartz.internal</groupId>
<artifactId>quartz-core</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.tomitribe.quartz.internal/quartz-core/
implementation 'org.tomitribe.quartz.internal:quartz-core:2.3.2'
// https://jarcasting.com/artifacts/org.tomitribe.quartz.internal/quartz-core/
implementation ("org.tomitribe.quartz.internal:quartz-core:2.3.2")
'org.tomitribe.quartz.internal:quartz-core:jar:2.3.2'
<dependency org="org.tomitribe.quartz.internal" name="quartz-core" rev="2.3.2">
<artifact name="quartz-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tomitribe.quartz.internal', module='quartz-core', version='2.3.2')
)
libraryDependencies += "org.tomitribe.quartz.internal" % "quartz-core" % "2.3.2"
[org.tomitribe.quartz.internal/quartz-core "2.3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.mchange : c3p0 | jar | 0.9.5.3 |
com.zaxxer : HikariCP-java7 | jar | 2.4.13 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.openejb : javaee-api | jar | 5.0-2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
log4j : log4j | jar | 1.2.16 |
org.hamcrest : hamcrest-library | jar | 1.2 |
org.mockito : mockito-all | jar | 1.9.5 |
junit : junit-dep | jar | 4.8.2 |
asm : asm | jar | 3.2 |
org.apache.derby : derby | jar | 10.8.2.2 |
org.apache.derby : derbynet | jar | 10.8.2.2 |
org.apache.derby : derbyclient | jar | 10.8.2.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: