GroupId | GroupIdorg.flowable |
---|---|
ArtifactId | ArtifactIdflowable-ui-idm-app |
Version | Version6.4.0 |
Type | Typewar |
Filename | Size |
---|---|
flowable-ui-idm-app-6.4.0.pom | |
flowable-ui-idm-app-6.4.0.war | 33 MB |
flowable-ui-idm-app-6.4.0-sources.jar | 2 MB |
flowable-ui-idm-app-6.4.0-javadoc.jar | 23 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.4.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-ui-idm-app/
implementation 'org.flowable:flowable-ui-idm-app:6.4.0'
// https://jarcasting.com/artifacts/org.flowable/flowable-ui-idm-app/
implementation ("org.flowable:flowable-ui-idm-app:6.4.0")
'org.flowable:flowable-ui-idm-app:war:6.4.0'
<dependency org="org.flowable" name="flowable-ui-idm-app" rev="6.4.0">
<artifact name="flowable-ui-idm-app" type="war" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-ui-idm-app', version='6.4.0')
)
libraryDependencies += "org.flowable" % "flowable-ui-idm-app" % "6.4.0"
[org.flowable/flowable-ui-idm-app "6.4.0"]