How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.farao-community.farao</groupId>
<artifactId>farao-parent-ws</artifactId>
<version>1.3.0</version>
</dependency>
Choose a version of com.farao-community.farao : farao-parent-ws to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
farao-parent-ws-1.3.0
|
||
1.2.x |
farao-parent-ws-1.2.0
|
||
1.1.x |
farao-parent-ws-1.1.0
|
||
1.0.x |
farao-parent-ws-1.0.10
|
||
farao-parent-ws-1.0.9
|
|||
farao-parent-ws-1.0.8
|
|||
farao-parent-ws-1.0.7
|
|||
farao-parent-ws-1.0.6
|
|||
farao-parent-ws-1.0.5
|
|||
farao-parent-ws-1.0.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.farao-community.farao</groupId>
<artifactId>farao-parent-ws</artifactId>
<version>1.3.0</version>
</dependency>
Advertisement