How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot</artifactId>
<version>7.0.0.M2</version>
</dependency>
Choose a version of org.flowable : flowable-spring-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.0.x |
flowable-spring-boot-7.0.0.M2
|
||
flowable-spring-boot-7.0.0.M1
|
|||
6.8.x |
flowable-spring-boot-6.8.0
|
||
6.7.x |
flowable-spring-boot-6.7.2
|
||
flowable-spring-boot-6.7.1
|
|||
flowable-spring-boot-6.7.0
|
|||
6.6.x |
flowable-spring-boot-6.6.0
|
||
6.5.x |
flowable-spring-boot-6.5.0
|
||
6.4.x |
flowable-spring-boot-6.4.2
|
||
flowable-spring-boot-6.4.1
|
|||
flowable-spring-boot-6.4.0
|
|||
6.3.x |
flowable-spring-boot-6.3.1
|
||
flowable-spring-boot-6.3.0
|
|||
6.2.x |
flowable-spring-boot-6.2.1
|
||
flowable-spring-boot-6.2.0
|
|||
6.1.x |
flowable-spring-boot-6.1.2
|
||
flowable-spring-boot-6.1.1
|
|||
flowable-spring-boot-6.1.0
|
|||
6.0.x |
flowable-spring-boot-6.0.1
|
||
flowable-spring-boot-6.0.0
|
|||
flowable-spring-boot-6.0.0.RC1
|
|||
5.23.x |
flowable-spring-boot-5.23.0
|
||
5.22.x |
flowable-spring-boot-5.22.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot</artifactId>
<version>7.0.0.M2</version>
</dependency>
Advertisement