How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.nejckorasa</groupId>
<artifactId>compare-utils-parent</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
Choose a version of io.github.nejckorasa : compare-utils-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
compare-utils-parent-1.0.2-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.nejckorasa</groupId>
<artifactId>compare-utils-parent</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
Advertisement