How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.resys.hdes</groupId>
<artifactId>insurance-types-bom</artifactId>
<version>1.1.3</version>
</dependency>
Choose a version of io.resys.hdes : insurance-types-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
insurance-types-bom-1.1.3
|
||
insurance-types-bom-1.1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.resys.hdes</groupId>
<artifactId>insurance-types-bom</artifactId>
<version>1.1.3</version>
</dependency>
Advertisement