is not current version
Last Version 6.7.2

org.flowable:flowable-app-rest 6.0.0


GroupId

GroupId

org.flowable
ArtifactId

ArtifactId

flowable-app-rest
Version

Version

6.0.0
Type

Type

war

Download flowable-app-rest 6.0.0


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