| License |
License |
|---|---|
| GroupId | GroupIdorg.flowable |
| ArtifactId | ArtifactIdflowable-root |
| Last Version | Last Version6.7.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionFlowable
BPM and workflow engine
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| flowable-root-6.7.2.pom | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-root/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<version>6.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-root/
implementation 'org.flowable:flowable-root:6.7.2'
// https://jarcasting.com/artifacts/org.flowable/flowable-root/
implementation ("org.flowable:flowable-root:6.7.2")
'org.flowable:flowable-root:pom:6.7.2'
<dependency org="org.flowable" name="flowable-root" rev="6.7.2">
<artifact name="flowable-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-root', version='6.7.2')
)
libraryDependencies += "org.flowable" % "flowable-root" % "6.7.2"
[org.flowable/flowable-root "6.7.2"]