How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.sebhoss.bom</groupId>
<artifactId>json-bom</artifactId>
<version>2016.02.07</version>
</dependency>
Choose a version of com.github.sebhoss.bom : json-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2016.02.x |
json-bom-2016.02.07
|
||
2016.01.x |
json-bom-2016.01.17
|
||
2015.11.x |
json-bom-2015.11.22
|
||
json-bom-2015.11.04
|
|||
json-bom-2015.11.01
|
|||
3.0.x |
json-bom-3.0.5
|
||
json-bom-3.0.4
|
|||
json-bom-3.0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.sebhoss.bom</groupId>
<artifactId>json-bom</artifactId>
<version>2016.02.07</version>
</dependency>
Advertisement