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