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