How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gitee.peigenlpy</groupId>
<artifactId>sansheng-solon-plugin-parent</artifactId>
<version>1.0.0-M3</version>
</dependency>
Choose a version of com.gitee.peigenlpy : sansheng-solon-plugin-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
sansheng-solon-plugin-parent-1.0.0-M3
|
||
sansheng-solon-plugin-parent-1.0.0-M2
|
|||
sansheng-solon-plugin-parent-1.0.0-M1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gitee.peigenlpy</groupId>
<artifactId>sansheng-solon-plugin-parent</artifactId>
<version>1.0.0-M3</version>
</dependency>
Advertisement