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