GroupId | GroupIdorg.flowable |
---|---|
ArtifactId | ArtifactIdflowable-app-rest |
Version | Version6.0.0.RC1 |
Type | Typewar |
Filename | Size |
---|---|
flowable-app-rest-6.0.0.RC1.pom | |
flowable-app-rest-6.0.0.RC1.war | 26 MB |
flowable-app-rest-6.0.0.RC1-sources.jar | 145 KB |
flowable-app-rest-6.0.0.RC1-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-app-rest/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-app-rest</artifactId>
<version>6.0.0.RC1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-app-rest/
implementation 'org.flowable:flowable-app-rest:6.0.0.RC1'
// https://jarcasting.com/artifacts/org.flowable/flowable-app-rest/
implementation ("org.flowable:flowable-app-rest:6.0.0.RC1")
'org.flowable:flowable-app-rest:war:6.0.0.RC1'
<dependency org="org.flowable" name="flowable-app-rest" rev="6.0.0.RC1">
<artifact name="flowable-app-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-app-rest', version='6.0.0.RC1')
)
libraryDependencies += "org.flowable" % "flowable-app-rest" % "6.0.0.RC1"
[org.flowable/flowable-app-rest "6.0.0.RC1"]