GroupId | GroupIdorg.flowable |
---|---|
ArtifactId | ArtifactIdflowable-ui-task |
Version | Version6.0.0.RC1 |
Type | Typepom |
Filename | Size |
---|---|
flowable-ui-task-6.0.0.RC1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-ui-task/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-ui-task</artifactId>
<version>6.0.0.RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-ui-task/
implementation 'org.flowable:flowable-ui-task:6.0.0.RC1'
// https://jarcasting.com/artifacts/org.flowable/flowable-ui-task/
implementation ("org.flowable:flowable-ui-task:6.0.0.RC1")
'org.flowable:flowable-ui-task:pom:6.0.0.RC1'
<dependency org="org.flowable" name="flowable-ui-task" rev="6.0.0.RC1">
<artifact name="flowable-ui-task" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-ui-task', version='6.0.0.RC1')
)
libraryDependencies += "org.flowable" % "flowable-ui-task" % "6.0.0.RC1"
[org.flowable/flowable-ui-task "6.0.0.RC1"]