How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.lujian.cloud.boot</groupId>
<artifactId>cache-spring-boot-project</artifactId>
<version>0.0.3</version>
</dependency>
Choose a version of org.lujian.cloud.boot : cache-spring-boot-project to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
cache-spring-boot-project-0.0.3
|
||
cache-spring-boot-project-0.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.lujian.cloud.boot</groupId>
<artifactId>cache-spring-boot-project</artifactId>
<version>0.0.3</version>
</dependency>
Advertisement