How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ca.uhn.hapi.fhir.karaf</groupId>
<artifactId>hapi-fhir</artifactId>
<version>3.7.0</version>
</dependency>
Choose a version of ca.uhn.hapi.fhir.karaf : hapi-fhir to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.7.x |
hapi-fhir-3.7.0
|
||
3.6.x |
hapi-fhir-3.6.0
|
||
3.5.x |
hapi-fhir-3.5.0
|
||
3.4.x |
hapi-fhir-3.4.0
|
||
3.3.x |
hapi-fhir-3.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ca.uhn.hapi.fhir.karaf</groupId>
<artifactId>hapi-fhir</artifactId>
<version>3.7.0</version>
</dependency>
Advertisement