| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Quartz Библиотеки уровня приложения Job Scheduling |
| Группа | Группаcom.mizhousoft.boot |
| Идентификатор | Идентификаторquartz-spring-boot-starter |
| Последняя версия | Последняя версия1.4.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеquartz-spring-boot-starter
Mizhousoft Boot
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.mizhousoft.boot/quartz-spring-boot-starter/ -->
<dependency>
<groupId>com.mizhousoft.boot</groupId>
<artifactId>quartz-spring-boot-starter</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mizhousoft.boot/quartz-spring-boot-starter/
implementation 'com.mizhousoft.boot:quartz-spring-boot-starter:1.4.0'
// https://jarcasting.com/artifacts/com.mizhousoft.boot/quartz-spring-boot-starter/
implementation ("com.mizhousoft.boot:quartz-spring-boot-starter:1.4.0")
'com.mizhousoft.boot:quartz-spring-boot-starter:jar:1.4.0'
<dependency org="com.mizhousoft.boot" name="quartz-spring-boot-starter" rev="1.4.0">
<artifact name="quartz-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mizhousoft.boot', module='quartz-spring-boot-starter', version='1.4.0')
)
libraryDependencies += "com.mizhousoft.boot" % "quartz-spring-boot-starter" % "1.4.0"
[com.mizhousoft.boot/quartz-spring-boot-starter "1.4.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.mizhousoft.commons : mizhousoft-commons | jar | 1.4.0 |
| jakarta.annotation : jakarta.annotation-api | jar | 1.3.5 |
| org.quartz-scheduler : quartz | jar | 2.3.2 |
| org.springframework.boot : spring-boot | jar | 2.6.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.junit.vintage : junit-vintage-engine | jar |