How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.ttpai.framework</groupId>
<artifactId>ttpai-parents</artifactId>
<version>2.2.3</version>
</dependency>
Choose a version of cn.ttpai.framework : ttpai-parents to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
ttpai-parents-2.2.3
|
||
ttpai-parents-2.2.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.ttpai.framework</groupId>
<artifactId>ttpai-parents</artifactId>
<version>2.2.3</version>
</dependency>
Advertisement