| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.kie.kogito.examples |
| Идентификатор | Идентификаторtimer-springboot-example |
| Версия | Версия0.9.0 |
| Тип | Типjar |
| Описание |
ОписаниеKogito Example :: jBPM timer and SpringBoot
Simple timer process
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| timer-springboot-example-0.9.0.pom | |
| timer-springboot-example-0.9.0.jar | 42 MB |
| timer-springboot-example-0.9.0-sources.jar | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/timer-springboot-example/ -->
<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>timer-springboot-example</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/timer-springboot-example/
implementation 'org.kie.kogito.examples:timer-springboot-example:0.9.0'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/timer-springboot-example/
implementation ("org.kie.kogito.examples:timer-springboot-example:0.9.0")
'org.kie.kogito.examples:timer-springboot-example:jar:0.9.0'
<dependency org="org.kie.kogito.examples" name="timer-springboot-example" rev="0.9.0">
<artifact name="timer-springboot-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='timer-springboot-example', version='0.9.0')
)
libraryDependencies += "org.kie.kogito.examples" % "timer-springboot-example" % "0.9.0"
[org.kie.kogito.examples/timer-springboot-example "0.9.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| org.kie.kogito : kogito-api | jar | |
| org.kie.kogito : kogito-springboot-starter | jar | |
| org.kie.kogito : jobs-management-springboot-addon | jar | |
| org.kie.kogito : process-management-addon | jar |