How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.nhojpatrick.hamcrest</groupId>
<artifactId>nhojpatrick-hamcrest-bom</artifactId>
<version>1.0.3</version>
</dependency>
Choose a version of com.github.nhojpatrick.hamcrest : nhojpatrick-hamcrest-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
nhojpatrick-hamcrest-bom-1.0.3
|
||
nhojpatrick-hamcrest-bom-1.0.1
|
|||
nhojpatrick-hamcrest-bom-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.nhojpatrick.hamcrest</groupId>
<artifactId>nhojpatrick-hamcrest-bom</artifactId>
<version>1.0.3</version>
</dependency>
Advertisement