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