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