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