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