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