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