How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-parent</artifactId>
<version>1.3</version>
</dependency>
Choose a version of org.hamcrest : hamcrest-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3 |
hamcrest-parent-1.3
|
||
1.3.x |
hamcrest-parent-1.3.RC2
|
||
1.1 |
hamcrest-parent-1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-parent</artifactId>
<version>1.3</version>
</dependency>
Advertisement