How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.badamowicz</groupId>
<artifactId>sonar-hla-parent</artifactId>
<version>0.4.1</version>
</dependency>
Choose a version of com.github.badamowicz : sonar-hla-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.4.x |
sonar-hla-parent-0.4.1
|
||
0.3.x |
sonar-hla-parent-0.3.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.badamowicz</groupId>
<artifactId>sonar-hla-parent</artifactId>
<version>0.4.1</version>
</dependency>
Advertisement