How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-spring-boot-starter-parent</artifactId>
<version>2.0.1</version>
</dependency>
Choose a version of io.github.panxiaochao : pxc-spring-boot-starter-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2022 |
pxc-spring-boot-starter-parent-2022-2.7-1.4
|
||
pxc-spring-boot-starter-parent-2022-2.7-1.3
|
|||
pxc-spring-boot-starter-parent-2022-2.7-1.2
|
|||
pxc-spring-boot-starter-parent-2022-2.7-1.1
|
|||
pxc-spring-boot-starter-parent-2022-2.7-1.0
|
|||
2022.0.x |
pxc-spring-boot-starter-parent-2022.0.0-2.6
|
||
pxc-spring-boot-starter-parent-2022.0.0-2.3
|
|||
2.0.x |
pxc-spring-boot-starter-parent-2.0.1
|
||
pxc-spring-boot-starter-parent-2.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-spring-boot-starter-parent</artifactId>
<version>2.0.1</version>
</dependency>
Advertisement