How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easycommondao</artifactId>
<version>1.5.1-RELEASE</version>
</dependency>
Choose a version of cn.easyproject : easycommondao to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
easycommondao-1.5.1-RELEASE
|
||
easycommondao-1.5.0-RELEASE
|
|||
1.4.x |
easycommondao-1.4.0-RELEASE
|
||
1.2.x |
easycommondao-1.2.0-RELEASE
|
||
1.1.x |
easycommondao-1.1.0-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easycommondao</artifactId>
<version>1.5.1-RELEASE</version>
</dependency>
Advertisement