GroupId | GroupIdorg.flowable |
---|---|
ArtifactId | ArtifactIdflowable5-engine |
Version | Version6.0.0.RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable5-engine/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable5-engine</artifactId>
<version>6.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable5-engine/
implementation 'org.flowable:flowable5-engine:6.0.0.RC1'
// https://jarcasting.com/artifacts/org.flowable/flowable5-engine/
implementation ("org.flowable:flowable5-engine:6.0.0.RC1")
'org.flowable:flowable5-engine:jar:6.0.0.RC1'
<dependency org="org.flowable" name="flowable5-engine" rev="6.0.0.RC1">
<artifact name="flowable5-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable5-engine', version='6.0.0.RC1')
)
libraryDependencies += "org.flowable" % "flowable5-engine" % "6.0.0.RC1"
[org.flowable/flowable5-engine "6.0.0.RC1"]