How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.hspconsortium.carewebframework</groupId>
<artifactId>cwf-fhir-parent</artifactId>
<version>2.0.0</version>
</dependency>
Choose a version of org.hspconsortium.carewebframework : cwf-fhir-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
cwf-fhir-parent-3.0.0-RC4
|
||
cwf-fhir-parent-3.0.0-RC3
|
|||
cwf-fhir-parent-3.0.0-RC2
|
|||
cwf-fhir-parent-3.0.0-RC1
|
|||
2.0.x |
cwf-fhir-parent-2.0.0
|
||
cwf-fhir-parent-2.0.0-RC2
|
|||
cwf-fhir-parent-2.0.0-RC1
|
|||
1.0.x |
cwf-fhir-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.hspconsortium.carewebframework</groupId>
<artifactId>cwf-fhir-parent</artifactId>
<version>2.0.0</version>
</dependency>
Advertisement