How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.hetianyi</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.2.2.9</version>
</dependency>
Choose a version of com.github.hetianyi : springboot-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.7.x |
springboot-parent-2.7.2.3
|
||
2.2.x |
springboot-parent-2.2.2.9
|
||
1.0.x |
springboot-parent-1.0.3
|
||
springboot-parent-1.0.2
|
|||
springboot-parent-1.0.1
|
|||
springboot-parent-1.0.0
|
|||
SB |
springboot-parent-SB-2.7.2.RELEASE-2
|
||
springboot-parent-SB-2.7.2.RELEASE-1
|
|||
springboot-parent-SB-2.2.2.RELEASE-8
|
|||
springboot-parent-SB-2.2.2.RELEASE-7
|
|||
springboot-parent-SB-2.2.2.RELEASE-6
|
|||
springboot-parent-SB-2.7.0.RELEASE-1
|
|||
springboot-parent-SB-2.2.2.RELEASE-5
|
|||
springboot-parent-SB-2.2.2.RELEASE-4
|
|||
springboot-parent-SB-2.5.2.RELEASE-1
|
|||
springboot-parent-SB-2.2.2.RELEASE-3
|
|||
springboot-parent-SB-2.2.2.RELEASE-2
|
|||
springboot-parent-SB-2.2.2.RELEASE-1
|
|||
springboot-parent-SB-2.0.1.RELEASE-2
|
|||
springboot-parent-SB-2.0.1.RELEASE-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.hetianyi</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.2.2.9</version>
</dependency>
Advertisement