How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.livk-cloud</groupId>
<artifactId>spring-extension-bom</artifactId>
<version>1.1.6</version>
</dependency>
Choose a version of io.github.livk-cloud : spring-extension-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
spring-extension-bom-1.1.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.livk-cloud</groupId>
<artifactId>spring-extension-bom</artifactId>
<version>1.1.6</version>
</dependency>
Advertisement