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