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