License |
License |
---|---|
Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
GroupId | GroupIdcom.quhaodian |
ArtifactId | ArtifactIdquartz |
Last Version | Last Version1.8.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondiscover_quartz
discover is a lightweight Framework
|
Project URL |
Project URL |
Filename | Size |
---|---|
quartz-1.8.1.pom | |
quartz-1.8.1.jar | 27 KB |
quartz-1.8.1-sources.jar | 16 KB |
quartz-1.8.1-javadoc.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.quhaodian/quartz/ -->
<dependency>
<groupId>com.quhaodian</groupId>
<artifactId>quartz</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.quhaodian/quartz/
implementation 'com.quhaodian:quartz:1.8.1'
// https://jarcasting.com/artifacts/com.quhaodian/quartz/
implementation ("com.quhaodian:quartz:1.8.1")
'com.quhaodian:quartz:jar:1.8.1'
<dependency org="com.quhaodian" name="quartz" rev="1.8.1">
<artifact name="quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.quhaodian', module='quartz', version='1.8.1')
)
libraryDependencies += "com.quhaodian" % "quartz" % "1.8.1"
[com.quhaodian/quartz "1.8.1"]
Group / Artifact | Type | Version |
---|---|---|
com.quhaodian : user_hibernate | jar | 1.8.1 |
org.quartz-scheduler : quartz | jar | 2.3.0 |
org.quartz-scheduler : quartz-jobs | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api Optional | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |