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