How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.syncope</groupId>
<artifactId>syncope</artifactId>
<version>0.7.1</version>
</dependency>
Choose a version of org.syncope : syncope to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
syncope-0.7.1
|
||
0.7 |
syncope-0.7-EA
|
||
syncope-0.7
|
|||
0.6.x |
syncope-0.6.1
|
||
0.6 |
syncope-0.6
|
||
0.5.x |
syncope-0.5.2
|
||
syncope-0.5.1
|
|||
0.5 |
syncope-0.5
|
||
0.4.x |
syncope-0.4.3
|
||
syncope-0.4.1
|
|||
0.3 |
syncope-0.3
|
||
0.2.x |
syncope-0.2.3
|
||
syncope-0.2.2
|
|||
syncope-0.2.1
|
|||
0.2 |
syncope-0.2
|
||
0.1.x |
syncope-0.1.6
|
||
syncope-0.1.5
|
|||
syncope-0.1.4
|
|||
0.7RC2 |
syncope-0.7RC2
|
||
0.7RC1 |
syncope-0.7RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.syncope</groupId>
<artifactId>syncope</artifactId>
<version>0.7.1</version>
</dependency>
Advertisement