License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.flowable |
ArtifactId | ArtifactIdspring-boot-sample-basic |
Version | Version5.23.0 |
Type | Typejar |
Description |
DescriptionFlowable - Spring Boot - Sample - Basic
BPM and workflow engine
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.flowable/spring-boot-sample-basic/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>spring-boot-sample-basic</artifactId>
<version>5.23.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/spring-boot-sample-basic/
implementation 'org.flowable:spring-boot-sample-basic:5.23.0'
// https://jarcasting.com/artifacts/org.flowable/spring-boot-sample-basic/
implementation ("org.flowable:spring-boot-sample-basic:5.23.0")
'org.flowable:spring-boot-sample-basic:jar:5.23.0'
<dependency org="org.flowable" name="spring-boot-sample-basic" rev="5.23.0">
<artifact name="spring-boot-sample-basic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='spring-boot-sample-basic', version='5.23.0')
)
libraryDependencies += "org.flowable" % "spring-boot-sample-basic" % "5.23.0"
[org.flowable/spring-boot-sample-basic "5.23.0"]
Group / Artifact | Type | Version |
---|---|---|
org.flowable : flowable-spring-boot-starter-basic | jar | 5.23.0 |
org.codehaus.groovy : groovy | jar | 1.7.5 |
com.h2database : h2 | jar | 1.3.176 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |