| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.kie.kogito.examples |
| Идентификатор | Идентификаторjbpm-springboot-example |
| Версия | Версия0.9.0 |
| Тип | Типjar |
| Описание |
ОписаниеKogito Example :: jBPM and SpringBoot
Order management service
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/jbpm-springboot-example/ -->
<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>jbpm-springboot-example</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/jbpm-springboot-example/
implementation 'org.kie.kogito.examples:jbpm-springboot-example:0.9.0'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/jbpm-springboot-example/
implementation ("org.kie.kogito.examples:jbpm-springboot-example:0.9.0")
'org.kie.kogito.examples:jbpm-springboot-example:jar:0.9.0'
<dependency org="org.kie.kogito.examples" name="jbpm-springboot-example" rev="0.9.0">
<artifact name="jbpm-springboot-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='jbpm-springboot-example', version='0.9.0')
)
libraryDependencies += "org.kie.kogito.examples" % "jbpm-springboot-example" % "0.9.0"
[org.kie.kogito.examples/jbpm-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 : process-management-addon | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| io.rest-assured : rest-assured | jar |