| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdorg.flowable |
| ArtifactId | ArtifactIdflowable-spring-boot-starter-jpa |
| 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-jpa/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-jpa</artifactId>
<version>6.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starter-jpa/
implementation 'org.flowable:flowable-spring-boot-starter-jpa:6.2.1'
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starter-jpa/
implementation ("org.flowable:flowable-spring-boot-starter-jpa:6.2.1")
'org.flowable:flowable-spring-boot-starter-jpa:jar:6.2.1'
<dependency org="org.flowable" name="flowable-spring-boot-starter-jpa" rev="6.2.1">
<artifact name="flowable-spring-boot-starter-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-spring-boot-starter-jpa', version='6.2.1')
)
libraryDependencies += "org.flowable" % "flowable-spring-boot-starter-jpa" % "6.2.1"
[org.flowable/flowable-spring-boot-starter-jpa "6.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.flowable : flowable-spring-boot-starter-basic | jar | 6.2.1 |
| org.springframework.boot : spring-boot-starter-jdbc | jar | |
| org.springframework.boot : spring-boot-starter-data-jpa | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| com.h2database : h2 | jar | 1.4.196 |
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.4.RELEASE |