How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.t</groupId>
<artifactId>springboot-parent-pom</artifactId>
<version>1.0.9.RELEASE</version>
</dependency>
Choose a version of cn.t : springboot-parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
springboot-parent-pom-1.0.9.RELEASE
|
||
springboot-parent-pom-1.0.8.RELEASE
|
|||
springboot-parent-pom-1.0.7.RELEASE
|
|||
springboot-parent-pom-1.0.6.RELEASE
|
|||
springboot-parent-pom-1.0.5.RELEASE
|
|||
springboot-parent-pom-1.0.4.RELEASE
|
|||
springboot-parent-pom-1.0.3.RELEASE
|
|||
springboot-parent-pom-1.0.2.RELEASE
|
|||
springboot-parent-pom-1.0.1.RELEASE
|
|||
springboot-parent-pom-1.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.t</groupId>
<artifactId>springboot-parent-pom</artifactId>
<version>1.0.9.RELEASE</version>
</dependency>
Advertisement