Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.flowable |
ArtifactId | ArtifactIdflowable-identitylink-service |
Version | Version6.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-identitylink-service/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-identitylink-service</artifactId>
<version>6.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-identitylink-service/
implementation 'org.flowable:flowable-identitylink-service:6.2.1'
// https://jarcasting.com/artifacts/org.flowable/flowable-identitylink-service/
implementation ("org.flowable:flowable-identitylink-service:6.2.1")
'org.flowable:flowable-identitylink-service:jar:6.2.1'
<dependency org="org.flowable" name="flowable-identitylink-service" rev="6.2.1">
<artifact name="flowable-identitylink-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-identitylink-service', version='6.2.1')
)
libraryDependencies += "org.flowable" % "flowable-identitylink-service" % "6.2.1"
[org.flowable/flowable-identitylink-service "6.2.1"]