License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Security |
GroupId | GroupIdorg.flowable |
ArtifactId | ArtifactIdflowable-spring-boot-starter-security |
Last Version | Last Version6.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBPM and workflow engine
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starter-security/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-security</artifactId>
<version>6.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starter-security/
implementation 'org.flowable:flowable-spring-boot-starter-security:6.2.1'
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starter-security/
implementation ("org.flowable:flowable-spring-boot-starter-security:6.2.1")
'org.flowable:flowable-spring-boot-starter-security:jar:6.2.1'
<dependency org="org.flowable" name="flowable-spring-boot-starter-security" rev="6.2.1">
<artifact name="flowable-spring-boot-starter-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-spring-boot-starter-security', version='6.2.1')
)
libraryDependencies += "org.flowable" % "flowable-spring-boot-starter-security" % "6.2.1"
[org.flowable/flowable-spring-boot-starter-security "6.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.flowable : flowable-engine | jar | 6.2.1 |
org.flowable : flowable-spring | jar | 6.2.1 |
org.springframework.boot : spring-boot-starter-jdbc | jar | |
org.springframework.boot : spring-boot-starter-security | jar | |
org.flowable : flowable-spring-boot-starter-basic | jar | 6.2.1 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.196 |
org.springframework.boot : spring-boot-starter-test | jar | 1.5.4.RELEASE |