How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.buffalo-coders</groupId>
<artifactId>parent</artifactId>
<version>3</version>
</dependency>
Choose a version of org.buffalo-coders : parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3 |
parent-3
|
||
2 |
parent-2
|
||
1 |
parent-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.buffalo-coders</groupId>
<artifactId>parent</artifactId>
<version>3</version>
</dependency>
Advertisement