How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ehrbase.openehr.sdk</groupId>
<artifactId>root</artifactId>
<version>1.29.0</version>
</dependency>
Choose a version of org.ehrbase.openehr.sdk : root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.29.x |
root-1.29.0
|
||
1.28.x |
root-1.28.0
|
||
1.27.x |
root-1.27.0
|
||
1.26.x |
root-1.26.0
|
||
1.25.x |
root-1.25.0
|
||
1.24.x |
root-1.24.0
|
||
1.23.x |
root-1.23.0
|
||
1.22.x |
root-1.22.0
|
||
1.21.x |
root-1.21.0
|
||
1.20.x |
root-1.20.0
|
||
1.19.x |
root-1.19.0
|
||
1.18.x |
root-1.18.0
|
||
1.17.x |
root-1.17.0
|
||
1.6.x |
root-1.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ehrbase.openehr.sdk</groupId>
<artifactId>root</artifactId>
<version>1.29.0</version>
</dependency>
Advertisement