License |
License |
---|---|
Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
GroupId | GroupIdopensymphony |
ArtifactId | ArtifactIdquartz |
Last Version | Last Version1.6.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
quartz-1.6.3.pom | |
quartz-1.6.3.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/opensymphony/quartz/ -->
<dependency>
<groupId>opensymphony</groupId>
<artifactId>quartz</artifactId>
<version>1.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/opensymphony/quartz/
implementation 'opensymphony:quartz:1.6.3'
// https://jarcasting.com/artifacts/opensymphony/quartz/
implementation ("opensymphony:quartz:1.6.3")
'opensymphony:quartz:jar:1.6.3'
<dependency org="opensymphony" name="quartz" rev="1.6.3">
<artifact name="quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='opensymphony', module='quartz', version='1.6.3')
)
libraryDependencies += "opensymphony" % "quartz" % "1.6.3"
[opensymphony/quartz "1.6.3"]