How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.ziyicloud.framework.boot</groupId>
<artifactId>ziyi-boot-parent</artifactId>
<version>1.0.4</version>
</dependency>
Choose a version of cn.ziyicloud.framework.boot : ziyi-boot-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
ziyi-boot-parent-1.0.4
|
||
ziyi-boot-parent-1.0.3
|
|||
ziyi-boot-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.ziyicloud.framework.boot</groupId>
<artifactId>ziyi-boot-parent</artifactId>
<version>1.0.4</version>
</dependency>
Advertisement