How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jwebmp.jre11.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>0.63.0.19</version>
</dependency>
Choose a version of com.jwebmp.jre11.jackson : jackson-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.63.x |
jackson-bom-0.63.0.19
|
||
jackson-bom-0.63.0.17
|
|||
jackson-bom-0.63.0.16
|
|||
jackson-bom-0.63.0.14
|
|||
jackson-bom-0.63.0.13
|
|||
jackson-bom-0.63.0.12
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jwebmp.jre11.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>0.63.0.19</version>
</dependency>
Advertisement