How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.hisp.dhis.integration.camel</groupId>
<artifactId>camel-dhis2-parent</artifactId>
<version>3.0.0</version>
</dependency>
Choose a version of org.hisp.dhis.integration.camel : camel-dhis2-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
camel-dhis2-parent-3.0.0
|
||
2.0.x |
camel-dhis2-parent-2.0.1
|
||
camel-dhis2-parent-2.0.0
|
|||
1.0.x |
camel-dhis2-parent-1.0.2
|
||
camel-dhis2-parent-1.0.1
|
|||
camel-dhis2-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.hisp.dhis.integration.camel</groupId>
<artifactId>camel-dhis2-parent</artifactId>
<version>3.0.0</version>
</dependency>
Advertisement