is not current version
Last Version 6.4.2-PETALS-0

org.ow2.petals.flowable:flowable-engine 6.0.1-PETALS-1


GroupId

GroupId

org.ow2.petals.flowable
ArtifactId

ArtifactId

flowable-engine
Version

Version

6.0.1-PETALS-1
Type

Type

jar

Download flowable-engine 6.0.1-PETALS-1


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