License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.activiti |
ArtifactId | ArtifactIdspring-boot-sample-rest-api |
Version | Version6.0.0 |
Type | Typejar |
Description |
DescriptionBPM and workflow engine
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.activiti/spring-boot-sample-rest-api/ -->
<dependency>
<groupId>org.activiti</groupId>
<artifactId>spring-boot-sample-rest-api</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.activiti/spring-boot-sample-rest-api/
implementation 'org.activiti:spring-boot-sample-rest-api:6.0.0'
// https://jarcasting.com/artifacts/org.activiti/spring-boot-sample-rest-api/
implementation ("org.activiti:spring-boot-sample-rest-api:6.0.0")
'org.activiti:spring-boot-sample-rest-api:jar:6.0.0'
<dependency org="org.activiti" name="spring-boot-sample-rest-api" rev="6.0.0">
<artifact name="spring-boot-sample-rest-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.activiti', module='spring-boot-sample-rest-api', version='6.0.0')
)
libraryDependencies += "org.activiti" % "spring-boot-sample-rest-api" % "6.0.0"
[org.activiti/spring-boot-sample-rest-api "6.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.activiti : activiti-spring-boot-starter-rest-api | jar | 6.0.0 |
org.codehaus.groovy : groovy | jar | 1.7.5 |
com.h2database : h2 | jar | 1.3.176 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |