How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.tencent.tars</groupId>
<artifactId>tars-spring-parent</artifactId>
<version>1.7.2</version>
</dependency>
Choose a version of com.tencent.tars : tars-spring-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
tars-spring-parent-1.7.2
|
||
tars-spring-parent-1.7.1
|
|||
tars-spring-parent-1.7.0
|
|||
1.6.x |
tars-spring-parent-1.6.3
|
||
tars-spring-parent-1.6.2
|
|||
tars-spring-parent-1.6.1
|
|||
tars-spring-parent-1.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.tencent.tars</groupId>
<artifactId>tars-spring-parent</artifactId>
<version>1.7.2</version>
</dependency>
Advertisement