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