How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.codingxxm</groupId>
<artifactId>mybatis-dict-helper</artifactId>
<version>0.1.4-RELEASE</version>
</dependency>
Choose a version of cn.codingxxm : mybatis-dict-helper to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
mybatis-dict-helper-0.1.4-RELEASE
|
||
mybatis-dict-helper-0.1.3-RELEASE
|
|||
mybatis-dict-helper-0.1.2-RELEASE
|
|||
mybatis-dict-helper-0.1.1-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.codingxxm</groupId>
<artifactId>mybatis-dict-helper</artifactId>
<version>0.1.4-RELEASE</version>
</dependency>
Advertisement