How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.flowable</groupId>
<artifactId>flowable-root</artifactId>
<version>6.4.2-PETALS-0</version>
</dependency>
Choose a version of org.ow2.petals.flowable : flowable-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.4.x |
flowable-root-6.4.2-PETALS-0
|
||
6.2.x |
flowable-root-6.2.1-PETALS-1
|
||
flowable-root-6.2.1-PETALS-0
|
|||
6.0.x |
flowable-root-6.0.1-PETALS-1
|
||
flowable-root-6.0.1-PETALS-0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.flowable</groupId>
<artifactId>flowable-root</artifactId>
<version>6.4.2-PETALS-0</version>
</dependency>
Advertisement