is not current version
Last Version 6.7.2

org.flowable:flowable-spring 5.22.0


GroupId

GroupId

org.flowable
ArtifactId

ArtifactId

flowable-spring
Version

Version

5.22.0
Type

Type

jar

Download flowable-spring 5.22.0


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