License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.flowable |
ArtifactId | ArtifactIdflowable-spring-boot-starter-actuator |
Version | Version6.6.0 |
Type | Typejar |
Description |
DescriptionBPM and workflow engine
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starter-actuator/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-actuator</artifactId>
<version>6.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starter-actuator/
implementation 'org.flowable:flowable-spring-boot-starter-actuator:6.6.0'
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-starter-actuator/
implementation ("org.flowable:flowable-spring-boot-starter-actuator:6.6.0")
'org.flowable:flowable-spring-boot-starter-actuator:jar:6.6.0'
<dependency org="org.flowable" name="flowable-spring-boot-starter-actuator" rev="6.6.0">
<artifact name="flowable-spring-boot-starter-actuator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-spring-boot-starter-actuator', version='6.6.0')
)
libraryDependencies += "org.flowable" % "flowable-spring-boot-starter-actuator" % "6.6.0"
[org.flowable/flowable-spring-boot-starter-actuator "6.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.flowable : flowable-spring-boot-starter-process | jar | 6.6.0 |
org.flowable : flowable-image-generator | jar | 6.6.0 |
org.flowable : flowable-bpmn-model | jar | 6.6.0 |
org.flowable : flowable-bpmn-layout | jar | 6.6.0 |
org.springframework.boot : spring-boot-starter-actuator | jar | |
org.springframework.boot : spring-boot-starter-web Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |