GroupId | GroupIdorg.flowable |
---|---|
ArtifactId | ArtifactIdflowable-ui-idm-rest |
Version | Version6.4.0 |
Type | Typejar |
Filename | Size |
---|---|
flowable-ui-idm-rest-6.4.0.pom | |
flowable-ui-idm-rest-6.4.0.jar | 17 KB |
flowable-ui-idm-rest-6.4.0-sources.jar | 11 KB |
flowable-ui-idm-rest-6.4.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-ui-idm-rest/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-ui-idm-rest</artifactId>
<version>6.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-ui-idm-rest/
implementation 'org.flowable:flowable-ui-idm-rest:6.4.0'
// https://jarcasting.com/artifacts/org.flowable/flowable-ui-idm-rest/
implementation ("org.flowable:flowable-ui-idm-rest:6.4.0")
'org.flowable:flowable-ui-idm-rest:jar:6.4.0'
<dependency org="org.flowable" name="flowable-ui-idm-rest" rev="6.4.0">
<artifact name="flowable-ui-idm-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-ui-idm-rest', version='6.4.0')
)
libraryDependencies += "org.flowable" % "flowable-ui-idm-rest" % "6.4.0"
[org.flowable/flowable-ui-idm-rest "6.4.0"]