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