How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>spring-boot-starter-parent-custom</artifactId>
<version>1.5.3.20</version>
</dependency>
Choose a version of com.github.spt-oss : spring-boot-starter-parent-custom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
spring-boot-starter-parent-custom-1.5.3.20
|
||
spring-boot-starter-parent-custom-1.5.3.17
|
|||
spring-boot-starter-parent-custom-1.5.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>spring-boot-starter-parent-custom</artifactId>
<version>1.5.3.20</version>
</dependency>
Advertisement