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