How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.syncope.ext</groupId>
<artifactId>syncope-ext-flowable</artifactId>
<version>3.0.4</version>
</dependency>
Choose a version of org.apache.syncope.ext : syncope-ext-flowable to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
syncope-ext-flowable-3.0.4
|
||
syncope-ext-flowable-3.0.3
|
|||
syncope-ext-flowable-3.0.2
|
|||
syncope-ext-flowable-3.0.1
|
|||
syncope-ext-flowable-3.0.0
|
|||
syncope-ext-flowable-3.0.0-M2
|
|||
syncope-ext-flowable-3.0.0-M1
|
|||
syncope-ext-flowable-3.0.0-M0
|
|||
2.1.x |
syncope-ext-flowable-2.1.14
|
||
syncope-ext-flowable-2.1.13
|
|||
syncope-ext-flowable-2.1.12
|
|||
syncope-ext-flowable-2.1.11
|
|||
syncope-ext-flowable-2.1.10
|
|||
syncope-ext-flowable-2.1.9
|
|||
syncope-ext-flowable-2.1.8
|
|||
syncope-ext-flowable-2.1.7
|
|||
syncope-ext-flowable-2.1.6
|
|||
syncope-ext-flowable-2.1.5
|
|||
syncope-ext-flowable-2.1.4
|
|||
syncope-ext-flowable-2.1.3
|
|||
syncope-ext-flowable-2.1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.syncope.ext</groupId>
<artifactId>syncope-ext-flowable</artifactId>
<version>3.0.4</version>
</dependency>
Advertisement