How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.ibizlab.plugin</groupId>
<artifactId>ibizlab-boot-starter-parent</artifactId>
<version>2.6.12.2.1</version>
</dependency>
Choose a version of cn.ibizlab.plugin : ibizlab-boot-starter-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.6.x |
ibizlab-boot-starter-parent-2.6.12.2.1
|
||
ibizlab-boot-starter-parent-2.6.12.2
|
|||
2.4.x |
ibizlab-boot-starter-parent-2.4.8-zjc
|
||
ibizlab-boot-starter-parent-2.4.7
|
|||
ibizlab-boot-starter-parent-2.4.6
|
|||
ibizlab-boot-starter-parent-2.4.5
|
|||
ibizlab-boot-starter-parent-2.4.4
|
|||
ibizlab-boot-starter-parent-2.4.3
|
|||
ibizlab-boot-starter-parent-2.4.2
|
|||
ibizlab-boot-starter-parent-2.4.1
|
|||
ibizlab-boot-starter-parent-2.4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.ibizlab.plugin</groupId>
<artifactId>ibizlab-boot-starter-parent</artifactId>
<version>2.6.12.2.1</version>
</dependency>
Advertisement