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