is not current version
Last Version 6.7.2

org.flowable:flowable-engine 6.3.0


GroupId

GroupId

org.flowable
ArtifactId

ArtifactId

flowable-engine
Version

Version

6.3.0
Type

Type

jar

Download flowable-engine 6.3.0


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