How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.alibaba.boot</groupId>
<artifactId>velocity-spring-boot-project</artifactId>
<version>1.0.4.RELEASE</version>
</dependency>
Choose a version of com.alibaba.boot : velocity-spring-boot-project to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
velocity-spring-boot-project-1.0.4.RELEASE
|
||
0.1.x |
velocity-spring-boot-project-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.alibaba.boot</groupId>
<artifactId>velocity-spring-boot-project</artifactId>
<version>1.0.4.RELEASE</version>
</dependency>
Advertisement