How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opensmarthouse.core.bom</groupId>
<artifactId>opensmarthouse</artifactId>
<version>0.10.1</version>
</dependency>
Choose a version of org.opensmarthouse.core.bom : opensmarthouse to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.10.x |
opensmarthouse-0.10.1
|
||
opensmarthouse-0.10.0
|
|||
0.9.x |
opensmarthouse-0.9.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opensmarthouse.core.bom</groupId>
<artifactId>opensmarthouse</artifactId>
<version>0.10.1</version>
</dependency>
Advertisement