License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.flowable |
ArtifactId | ArtifactIdflowable-spring-boot |
Last Version | Last Version6.7.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBPM and workflow engine
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
flowable-spring-boot-6.7.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot</artifactId>
<version>6.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot/
implementation 'org.flowable:flowable-spring-boot:6.7.2'
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot/
implementation ("org.flowable:flowable-spring-boot:6.7.2")
'org.flowable:flowable-spring-boot:pom:6.7.2'
<dependency org="org.flowable" name="flowable-spring-boot" rev="6.7.2">
<artifact name="flowable-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-spring-boot', version='6.7.2')
)
libraryDependencies += "org.flowable" % "flowable-spring-boot" % "6.7.2"
[org.flowable/flowable-spring-boot "6.7.2"]