How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-bom</artifactId>
<version>3.0.5</version>
</dependency>
Choose a version of com.github.paulcwarren : spring-content-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
spring-content-bom-3.0.5
|
||
spring-content-bom-3.0.4
|
|||
spring-content-bom-3.0.3
|
|||
spring-content-bom-3.0.2
|
|||
spring-content-bom-3.0.1
|
|||
spring-content-bom-3.0.0
|
|||
2.9.x |
spring-content-bom-2.9.0
|
||
2.8.x |
spring-content-bom-2.8.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-bom</artifactId>
<version>3.0.5</version>
</dependency>
Advertisement