How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.zrz.rtcore.sip</groupId>
<artifactId>bom</artifactId>
<version>4.1.0</version>
</dependency>
Choose a version of io.zrz.rtcore.sip : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.1.x |
bom-4.1.0
|
||
4.0.x |
bom-4.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.zrz.rtcore.sip</groupId>
<artifactId>bom</artifactId>
<version>4.1.0</version>
</dependency>
Advertisement