How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ehrbase.openehr.sdk</groupId>
<artifactId>bom</artifactId>
<version>2.2.0</version>
</dependency>
Choose a version of org.ehrbase.openehr.sdk : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
bom-2.2.0
|
||
2.1.x |
bom-2.1.0
|
||
2.0.x |
bom-2.0.0
|
||
1.29.x |
bom-1.29.0
|
||
1.28.x |
bom-1.28.0
|
||
1.27.x |
bom-1.27.0
|
||
1.26.x |
bom-1.26.0
|
||
1.25.x |
bom-1.25.0
|
||
1.24.x |
bom-1.24.0
|
||
1.23.x |
bom-1.23.0
|
||
1.22.x |
bom-1.22.0
|
||
1.21.x |
bom-1.21.0
|
||
1.20.x |
bom-1.20.0
|
||
1.19.x |
bom-1.19.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ehrbase.openehr.sdk</groupId>
<artifactId>bom</artifactId>
<version>2.2.0</version>
</dependency>
Advertisement