is not current version
Last Version 6.7.2

org.flowable:flowable-spring-boot-starter-rest 6.4.2

Starter for using all Flowable engines REST API

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.flowable
ArtifactId

ArtifactId

flowable-spring-boot-starter-rest
Version

Version

6.4.2
Type

Type

jar

Download flowable-spring-boot-starter-rest 6.4.2


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