| Категории |
КатегорииQuartz Библиотеки уровня приложения Job Scheduling |
|---|---|
| Группа | Группаio.github.shaohuizhe |
| Идентификатор | Идентификаторquartz |
| Версия | Версия1.3.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| quartz-1.3.5.pom | |
| quartz-1.3.5.jar | 11 KB |
| quartz-1.3.5-sources.jar | 8 KB |
| quartz-1.3.5-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/quartz/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>quartz</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/quartz/
implementation 'io.github.shaohuizhe:quartz:1.3.5'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/quartz/
implementation ("io.github.shaohuizhe:quartz:1.3.5")
'io.github.shaohuizhe:quartz:jar:1.3.5'
<dependency org="io.github.shaohuizhe" name="quartz" rev="1.3.5">
<artifact name="quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='quartz', version='1.3.5')
)
libraryDependencies += "io.github.shaohuizhe" % "quartz" % "1.3.5"
[io.github.shaohuizhe/quartz "1.3.5"]