is not current version
Last Version 6.7.2

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


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.flowable
ArtifactId

ArtifactId

flowable-spring-boot-starters
Version

Version

6.3.1
Type

Type

pom

Download flowable-spring-boot-starters 6.3.1


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