License |
License |
---|---|
GroupId | GroupIdorg.flowable |
ArtifactId | ArtifactIdflowable-app-rest |
Version | Version6.6.0 |
Type | Typewar |
Description |
DescriptionFlowable - REST - APP
BPM and workflow engine
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
flowable-app-rest-6.6.0.pom | |
flowable-app-rest-6.6.0.war | 46 MB |
flowable-app-rest-6.6.0-sources.jar | 1 MB |
flowable-app-rest-6.6.0-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-app-rest/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-app-rest</artifactId>
<version>6.6.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-app-rest/
implementation 'org.flowable:flowable-app-rest:6.6.0'
// https://jarcasting.com/artifacts/org.flowable/flowable-app-rest/
implementation ("org.flowable:flowable-app-rest:6.6.0")
'org.flowable:flowable-app-rest:war:6.6.0'
<dependency org="org.flowable" name="flowable-app-rest" rev="6.6.0">
<artifact name="flowable-app-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-app-rest', version='6.6.0')
)
libraryDependencies += "org.flowable" % "flowable-app-rest" % "6.6.0"
[org.flowable/flowable-app-rest "6.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-tomcat | jar | |
org.springframework.boot : spring-boot-devtools | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |