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