Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.flowable |
ArtifactId | ArtifactIdflowable-spring-boot-sample-actuator |
Version | Version6.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-sample-actuator/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-sample-actuator</artifactId>
<version>6.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-sample-actuator/
implementation 'org.flowable:flowable-spring-boot-sample-actuator:6.1.0'
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-sample-actuator/
implementation ("org.flowable:flowable-spring-boot-sample-actuator:6.1.0")
'org.flowable:flowable-spring-boot-sample-actuator:jar:6.1.0'
<dependency org="org.flowable" name="flowable-spring-boot-sample-actuator" rev="6.1.0">
<artifact name="flowable-spring-boot-sample-actuator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-spring-boot-sample-actuator', version='6.1.0')
)
libraryDependencies += "org.flowable" % "flowable-spring-boot-sample-actuator" % "6.1.0"
[org.flowable/flowable-spring-boot-sample-actuator "6.1.0"]