License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.activiti |
ArtifactId | ArtifactIdspring-boot |
Last Version | Last Version5.17.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBPM and workflow engine
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-boot-5.17.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.activiti/spring-boot/ -->
<dependency>
<groupId>org.activiti</groupId>
<artifactId>spring-boot</artifactId>
<version>5.17.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.activiti/spring-boot/
implementation 'org.activiti:spring-boot:5.17.0'
// https://jarcasting.com/artifacts/org.activiti/spring-boot/
implementation ("org.activiti:spring-boot:5.17.0")
'org.activiti:spring-boot:pom:5.17.0'
<dependency org="org.activiti" name="spring-boot" rev="5.17.0">
<artifact name="spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.activiti', module='spring-boot', version='5.17.0')
)
libraryDependencies += "org.activiti" % "spring-boot" % "5.17.0"
[org.activiti/spring-boot "5.17.0"]