| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdorg.flowable | 
| ArtifactId | ArtifactIdflowable-spring-boot-starter-app-rest | 
| Last Version | Last Version6.7.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionFlowable - Spring Boot App REST Starter Starter for using Flowable App engine REST API standalone | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starter-app-rest/ -->
<dependency>
    <groupId>org.flowable</groupId>
    <artifactId>flowable-spring-boot-starter-app-rest</artifactId>
    <version>6.7.2</version>
</dependency>// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starter-app-rest/
implementation 'org.flowable:flowable-spring-boot-starter-app-rest:6.7.2'// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starter-app-rest/
implementation ("org.flowable:flowable-spring-boot-starter-app-rest:6.7.2")'org.flowable:flowable-spring-boot-starter-app-rest:jar:6.7.2'<dependency org="org.flowable" name="flowable-spring-boot-starter-app-rest" rev="6.7.2">
  <artifact name="flowable-spring-boot-starter-app-rest" type="jar" />
</dependency>@Grapes(
@Grab(group='org.flowable', module='flowable-spring-boot-starter-app-rest', version='6.7.2')
)libraryDependencies += "org.flowable" % "flowable-spring-boot-starter-app-rest" % "6.7.2"[org.flowable/flowable-spring-boot-starter-app-rest "6.7.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.flowable : flowable-spring-boot-starter-app | jar | 6.7.2 | 
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.flowable : flowable-app-engine-rest | jar | 6.7.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |