How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>me.wuwenbin</groupId>
<artifactId>template-boot-modules</artifactId>
<version>1.11.0.RELEASE</version>
</dependency>
Choose a version of me.wuwenbin : template-boot-modules to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.11.x |
template-boot-modules-1.11.0.RELEASE
|
||
1.10.x |
template-boot-modules-1.10.17.RELEASE
|
||
template-boot-modules-1.10.16.RELEASE
|
|||
template-boot-modules-1.10.14.RELEASE
|
|||
template-boot-modules-1.10.7.RELEASE
|
|||
template-boot-modules-1.10.6.RELEASE
|
|||
template-boot-modules-1.10.2.RELEASE
|
|||
1.9.x |
template-boot-modules-1.9.0.RELEASE
|
||
1.8.x |
template-boot-modules-1.8.0.RELEASE
|
||
1.1.x |
template-boot-modules-1.1.0.RELEASE
|
||
1.0.x |
template-boot-modules-1.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>me.wuwenbin</groupId>
<artifactId>template-boot-modules</artifactId>
<version>1.11.0.RELEASE</version>
</dependency>
Advertisement