How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.mybatis-mp</groupId>
<artifactId>mybatis-mp-spring-boot-parent</artifactId>
<version>1.3.2</version>
</dependency>
Choose a version of cn.mybatis-mp : mybatis-mp-spring-boot-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
mybatis-mp-spring-boot-parent-1.3.2-spring-boot3
|
||
mybatis-mp-spring-boot-parent-1.3.2
|
|||
mybatis-mp-spring-boot-parent-1.3.1
|
|||
mybatis-mp-spring-boot-parent-1.3.1-spring-boot3
|
|||
mybatis-mp-spring-boot-parent-1.3.0-spring-boot3
|
|||
mybatis-mp-spring-boot-parent-1.3.0
|
|||
1.2.x |
mybatis-mp-spring-boot-parent-1.2.9-spring-boot3
|
||
mybatis-mp-spring-boot-parent-1.2.9
|
|||
mybatis-mp-spring-boot-parent-1.2.8
|
|||
mybatis-mp-spring-boot-parent-1.2.8-spring-boot3
|
|||
mybatis-mp-spring-boot-parent-1.2.7
|
|||
mybatis-mp-spring-boot-parent-1.2.7-spring-boot3
|
|||
mybatis-mp-spring-boot-parent-1.2.6-spring-boot3
|
|||
mybatis-mp-spring-boot-parent-1.2.6
|
|||
mybatis-mp-spring-boot-parent-1.2.5
|
|||
mybatis-mp-spring-boot-parent-1.2.5-spring-boot3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.mybatis-mp</groupId>
<artifactId>mybatis-mp-spring-boot-parent</artifactId>
<version>1.3.2</version>
</dependency>
Advertisement