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