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