How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.anthavio.maven</groupId>
<artifactId>jetty-bom</artifactId>
<version>9.2.11</version>
</dependency>
Choose a version of net.anthavio.maven : jetty-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
9.2.x |
jetty-bom-9.2.11
|
||
jetty-bom-9.2.9
|
|||
jetty-bom-9.2.7
|
|||
jetty-bom-9.2.5
|
|||
jetty-bom-9.2.3
|
|||
jetty-bom-9.2.1
|
|||
jetty-bom-9.2.0
|
|||
9.1.x |
jetty-bom-9.1.5
|
||
jetty-bom-9.1.4
|
|||
jetty-bom-9.1.3
|
|||
jetty-bom-9.1.2
|
|||
jetty-bom-9.1.1
|
|||
8.1.x |
jetty-bom-8.1.15
|
||
jetty-bom-8.1.14
|
|||
jetty-bom-8.1.13
|
|||
6.1.x |
jetty-bom-6.1.26
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.anthavio.maven</groupId>
<artifactId>jetty-bom</artifactId>
<version>9.2.11</version>
</dependency>
Advertisement