is not current version
Last Version 6.0.0

org.activiti:spring-boot-sample-rest-api 5.23.0-RC1


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.activiti
ArtifactId

ArtifactId

spring-boot-sample-rest-api
Version

Version

5.23.0-RC1
Type

Type

jar

Download spring-boot-sample-rest-api 5.23.0-RC1


<!-- https://jarcasting.com/artifacts/org.activiti/spring-boot-sample-rest-api/ -->
<dependency>
    <groupId>org.activiti</groupId>
    <artifactId>spring-boot-sample-rest-api</artifactId>
    <version>5.23.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.activiti/spring-boot-sample-rest-api/
implementation 'org.activiti:spring-boot-sample-rest-api:5.23.0-RC1'
// https://jarcasting.com/artifacts/org.activiti/spring-boot-sample-rest-api/
implementation ("org.activiti:spring-boot-sample-rest-api:5.23.0-RC1")
'org.activiti:spring-boot-sample-rest-api:jar:5.23.0-RC1'
<dependency org="org.activiti" name="spring-boot-sample-rest-api" rev="5.23.0-RC1">
  <artifact name="spring-boot-sample-rest-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.activiti', module='spring-boot-sample-rest-api', version='5.23.0-RC1')
)
libraryDependencies += "org.activiti" % "spring-boot-sample-rest-api" % "5.23.0-RC1"
[org.activiti/spring-boot-sample-rest-api "5.23.0-RC1"]