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