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