How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.wudgaby.platform</groupId>
<artifactId>mybatis-plus-helper-spring-boot</artifactId>
<version>1.0.4</version>
</dependency>
Choose a version of com.wudgaby.platform : mybatis-plus-helper-spring-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
mybatis-plus-helper-spring-boot-1.0.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.wudgaby.platform</groupId>
<artifactId>mybatis-plus-helper-spring-boot</artifactId>
<version>1.0.4</version>
</dependency>
Advertisement