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 |
CategoriesJBoss Container Application Servers Quartz Application Layer Libs Job Scheduling |
GroupId | GroupIdorg.tomitribe.quartz.internal |
ArtifactId | ArtifactIdquartz-jboss |
Last Version | Last Version2.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionquartz-jboss
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-jboss-2.3.2.pom | |
quartz-jboss-2.3.2.jar | 7 KB |
quartz-jboss-2.3.2-sources.jar | 7 KB |
quartz-jboss-2.3.2-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tomitribe.quartz.internal/quartz-jboss/ -->
<dependency>
<groupId>org.tomitribe.quartz.internal</groupId>
<artifactId>quartz-jboss</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.tomitribe.quartz.internal/quartz-jboss/
implementation 'org.tomitribe.quartz.internal:quartz-jboss:2.3.2'
// https://jarcasting.com/artifacts/org.tomitribe.quartz.internal/quartz-jboss/
implementation ("org.tomitribe.quartz.internal:quartz-jboss:2.3.2")
'org.tomitribe.quartz.internal:quartz-jboss:jar:2.3.2'
<dependency org="org.tomitribe.quartz.internal" name="quartz-jboss" rev="2.3.2">
<artifact name="quartz-jboss" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tomitribe.quartz.internal', module='quartz-jboss', version='2.3.2')
)
libraryDependencies += "org.tomitribe.quartz.internal" % "quartz-jboss" % "2.3.2"
[org.tomitribe.quartz.internal/quartz-jboss "2.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.tomitribe.quartz.internal : quartz-core | jar | 2.3.2 |
Group / Artifact | Type | Version |
---|---|---|
jboss : jboss-common | jar | 4.0.2 |
jboss : jboss-minimal | jar | 4.0.2 |
jboss : jboss-system | jar | 4.0.2 |
jboss : jboss-jmx | jar | 4.0.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: