is not current version
Last Version 6.7.2

org.flowable:flowable-root 6.3.0

BPM and workflow engine

GroupId

GroupId

org.flowable
ArtifactId

ArtifactId

flowable-root
Version

Version

6.3.0
Type

Type

pom

Download flowable-root 6.3.0

Filename Size
flowable-root-6.3.0.pom 57 KB
Browse

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