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