How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.dozermapper.tests</groupId>
<artifactId>dozer-tests-parent</artifactId>
<version>6.5.2</version>
</dependency>
Choose a version of com.github.dozermapper.tests : dozer-tests-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.5.x |
dozer-tests-parent-6.5.2
|
||
dozer-tests-parent-6.5.0
|
|||
6.4.x |
dozer-tests-parent-6.4.1
|
||
dozer-tests-parent-6.4.0
|
|||
6.3.x |
dozer-tests-parent-6.3.0
|
||
6.2.x |
dozer-tests-parent-6.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.dozermapper.tests</groupId>
<artifactId>dozer-tests-parent</artifactId>
<version>6.5.2</version>
</dependency>
Advertisement