How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.godmonth.status</groupId>
<artifactId>status-bom</artifactId>
<version>0.4.1</version>
</dependency>
Choose a version of com.godmonth.status : status-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.4.x |
status-bom-0.4.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.godmonth.status</groupId>
<artifactId>status-bom</artifactId>
<version>0.4.1</version>
</dependency>
Advertisement