How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.nhl.bootique.jetty</groupId>
<artifactId>bootique-jetty-parent</artifactId>
<version>0.16</version>
</dependency>
Choose a version of com.nhl.bootique.jetty : bootique-jetty-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.16 |
bootique-jetty-parent-0.16
|
||
0.15 |
bootique-jetty-parent-0.15
|
||
0.14 |
bootique-jetty-parent-0.14
|
||
0.13 |
bootique-jetty-parent-0.13
|
||
0.12 |
bootique-jetty-parent-0.12
|
||
0.11 |
bootique-jetty-parent-0.11
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.nhl.bootique.jetty</groupId>
<artifactId>bootique-jetty-parent</artifactId>
<version>0.16</version>
</dependency>
Advertisement