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