Categories |
CategoriesSpring Boot Container Microservices Security |
---|---|
GroupId | GroupIdorg.flowable |
ArtifactId | ArtifactIdflowable-spring-boot-sample-rest-api-security |
Version | Version6.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-sample-rest-api-security/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-sample-rest-api-security</artifactId>
<version>6.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-sample-rest-api-security/
implementation 'org.flowable:flowable-spring-boot-sample-rest-api-security:6.5.0'
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-sample-rest-api-security/
implementation ("org.flowable:flowable-spring-boot-sample-rest-api-security:6.5.0")
'org.flowable:flowable-spring-boot-sample-rest-api-security:jar:6.5.0'
<dependency org="org.flowable" name="flowable-spring-boot-sample-rest-api-security" rev="6.5.0">
<artifact name="flowable-spring-boot-sample-rest-api-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-spring-boot-sample-rest-api-security', version='6.5.0')
)
libraryDependencies += "org.flowable" % "flowable-spring-boot-sample-rest-api-security" % "6.5.0"
[org.flowable/flowable-spring-boot-sample-rest-api-security "6.5.0"]