| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаorg.flowable |
| Идентификатор | Идентификаторflowable-spring-boot-starter-process |
| Последняя версия | Последняя версия6.7.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеFlowable - Spring Boot Process Starter
Starter for using Flowable Process engine standalone
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starter-process/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-process</artifactId>
<version>6.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starter-process/
implementation 'org.flowable:flowable-spring-boot-starter-process:6.7.2'
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starter-process/
implementation ("org.flowable:flowable-spring-boot-starter-process:6.7.2")
'org.flowable:flowable-spring-boot-starter-process:jar:6.7.2'
<dependency org="org.flowable" name="flowable-spring-boot-starter-process" rev="6.7.2">
<artifact name="flowable-spring-boot-starter-process" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-spring-boot-starter-process', version='6.7.2')
)
libraryDependencies += "org.flowable" % "flowable-spring-boot-starter-process" % "6.7.2"
[org.flowable/flowable-spring-boot-starter-process "6.7.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.flowable : flowable-spring-boot-autoconfigure | jar | 6.7.2 |
| org.flowable : flowable-engine | jar | 6.7.2 |
| org.flowable : flowable-spring | jar | 6.7.2 |
| org.springframework.boot : spring-boot-starter-jdbc | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |