| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdorg.activiti |
| ArtifactId | ArtifactIdspring-boot-starter-rest-api |
| Last Version | Last Version5.17.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBPM and workflow engine
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| spring-boot-starter-rest-api-5.17.0.pom | |
| spring-boot-starter-rest-api-5.17.0.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.activiti/spring-boot-starter-rest-api/ -->
<dependency>
<groupId>org.activiti</groupId>
<artifactId>spring-boot-starter-rest-api</artifactId>
<version>5.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.activiti/spring-boot-starter-rest-api/
implementation 'org.activiti:spring-boot-starter-rest-api:5.17.0'
// https://jarcasting.com/artifacts/org.activiti/spring-boot-starter-rest-api/
implementation ("org.activiti:spring-boot-starter-rest-api:5.17.0")
'org.activiti:spring-boot-starter-rest-api:jar:5.17.0'
<dependency org="org.activiti" name="spring-boot-starter-rest-api" rev="5.17.0">
<artifact name="spring-boot-starter-rest-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.activiti', module='spring-boot-starter-rest-api', version='5.17.0')
)
libraryDependencies += "org.activiti" % "spring-boot-starter-rest-api" % "5.17.0"
[org.activiti/spring-boot-starter-rest-api "5.17.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.activiti : activiti-rest | jar | 5.17.0 |
| org.activiti : activiti-common-rest | jar | 5.17.0 |
| org.activiti : spring-boot-starter-basic | jar | 5.17.0 |
| org.springframework.boot : spring-boot-starter-web | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| com.h2database : h2 | jar | 1.3.176 |
| org.springframework.boot : spring-boot-starter-test | jar | 1.1.6.RELEASE |