| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.kie.kogito.examples |
| Идентификатор | Идентификаторprocess-timer-springboot |
| Версия | Версия1.22.1.Final |
| Тип | Типjar |
| Описание |
ОписаниеKogito Example :: Process Timer With Spring Boot
Kogito with timers - Spring Boot
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/process-timer-springboot/ -->
<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>process-timer-springboot</artifactId>
<version>1.22.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/process-timer-springboot/
implementation 'org.kie.kogito.examples:process-timer-springboot:1.22.1.Final'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/process-timer-springboot/
implementation ("org.kie.kogito.examples:process-timer-springboot:1.22.1.Final")
'org.kie.kogito.examples:process-timer-springboot:jar:1.22.1.Final'
<dependency org="org.kie.kogito.examples" name="process-timer-springboot" rev="1.22.1.Final">
<artifact name="process-timer-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='process-timer-springboot', version='1.22.1.Final')
)
libraryDependencies += "org.kie.kogito.examples" % "process-timer-springboot" % "1.22.1.Final"
[org.kie.kogito.examples/process-timer-springboot "1.22.1.Final"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-actuator | jar | |
| org.kie.kogito : kogito-processes-spring-boot-starter | jar | |
| org.kie.kogito : kogito-addons-springboot-jobs-management | jar | |
| org.kie.kogito : kogito-addons-springboot-process-management | jar |