is not current version
Last Version 2.3.2

org.quartz-scheduler:quartz-parent 1.8.1

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

Categories

Categories

Quartz Application Layer Libs Job Scheduling
GroupId

GroupId

org.quartz-scheduler
ArtifactId

ArtifactId

quartz-parent
Version

Version

1.8.1
Type

Type

pom

Download quartz-parent 1.8.1

Filename Size
quartz-parent-1.8.1.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/org.quartz-scheduler/quartz-parent/ -->
<dependency>
    <groupId>org.quartz-scheduler</groupId>
    <artifactId>quartz-parent</artifactId>
    <version>1.8.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.quartz-scheduler/quartz-parent/
implementation 'org.quartz-scheduler:quartz-parent:1.8.1'
// https://jarcasting.com/artifacts/org.quartz-scheduler/quartz-parent/
implementation ("org.quartz-scheduler:quartz-parent:1.8.1")
'org.quartz-scheduler:quartz-parent:pom:1.8.1'
<dependency org="org.quartz-scheduler" name="quartz-parent" rev="1.8.1">
  <artifact name="quartz-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.quartz-scheduler', module='quartz-parent', version='1.8.1')
)
libraryDependencies += "org.quartz-scheduler" % "quartz-parent" % "1.8.1"
[org.quartz-scheduler/quartz-parent "1.8.1"]