GroupId | GroupIdorg.flowable |
---|---|
ArtifactId | ArtifactIdflowable-ui-idm-rest |
Version | Version6.7.0 |
Type | Typejar |
Filename | Size |
---|---|
flowable-ui-idm-rest-6.7.0.pom | |
flowable-ui-idm-rest-6.7.0.jar | 17 KB |
flowable-ui-idm-rest-6.7.0-sources.jar | 12 KB |
flowable-ui-idm-rest-6.7.0-javadoc.jar | 65 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.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-ui-idm-rest/
implementation 'org.flowable:flowable-ui-idm-rest:6.7.0'
// https://jarcasting.com/artifacts/org.flowable/flowable-ui-idm-rest/
implementation ("org.flowable:flowable-ui-idm-rest:6.7.0")
'org.flowable:flowable-ui-idm-rest:jar:6.7.0'
<dependency org="org.flowable" name="flowable-ui-idm-rest" rev="6.7.0">
<artifact name="flowable-ui-idm-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-ui-idm-rest', version='6.7.0')
)
libraryDependencies += "org.flowable" % "flowable-ui-idm-rest" % "6.7.0"
[org.flowable/flowable-ui-idm-rest "6.7.0"]