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