How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>fr.jcgay.send-notification</groupId>
<artifactId>send-notification-project</artifactId>
<version>0.16.0</version>
</dependency>
Choose a version of fr.jcgay.send-notification : send-notification-project to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.16.x |
send-notification-project-0.16.0
|
||
0.15.x |
send-notification-project-0.15.1
|
||
send-notification-project-0.15.0
|
|||
0.14.x |
send-notification-project-0.14.0
|
||
0.13.x |
send-notification-project-0.13.0
|
||
0.12.x |
send-notification-project-0.12.0
|
||
0.11.x |
send-notification-project-0.11.0
|
||
0.10.x |
send-notification-project-0.10.2
|
||
send-notification-project-0.10.1
|
|||
0.10 |
send-notification-project-0.10
|
||
0.9 |
send-notification-project-0.9
|
||
0.8 |
send-notification-project-0.8
|
||
0.7 |
send-notification-project-0.7
|
||
0.6 |
send-notification-project-0.6
|
||
0.5 |
send-notification-project-0.5
|
||
0.4 |
send-notification-project-0.4
|
||
0.3 |
send-notification-project-0.3
|
||
0.2 |
send-notification-project-0.2
|
||
0.1 |
send-notification-project-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>fr.jcgay.send-notification</groupId>
<artifactId>send-notification-project</artifactId>
<version>0.16.0</version>
</dependency>
Advertisement