is not current version
Last Version 6.7.2

org.flowable:flowable-spring-boot-starters 6.2.0


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.flowable
ArtifactId

ArtifactId

flowable-spring-boot-starters
Version

Version

6.2.0
Type

Type

pom

Download flowable-spring-boot-starters 6.2.0


<!-- https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starters/ -->
<dependency>
    <groupId>org.flowable</groupId>
    <artifactId>flowable-spring-boot-starters</artifactId>
    <version>6.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starters/
implementation 'org.flowable:flowable-spring-boot-starters:6.2.0'
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starters/
implementation ("org.flowable:flowable-spring-boot-starters:6.2.0")
'org.flowable:flowable-spring-boot-starters:pom:6.2.0'
<dependency org="org.flowable" name="flowable-spring-boot-starters" rev="6.2.0">
  <artifact name="flowable-spring-boot-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-spring-boot-starters', version='6.2.0')
)
libraryDependencies += "org.flowable" % "flowable-spring-boot-starters" % "6.2.0"
[org.flowable/flowable-spring-boot-starters "6.2.0"]