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