How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-parent</artifactId>
<version>2.9.1</version>
</dependency>
Choose a version of org.xmlunit : xmlunit-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.9.x |
xmlunit-parent-2.9.1
|
||
xmlunit-parent-2.9.0
|
|||
2.8.x |
xmlunit-parent-2.8.4
|
||
xmlunit-parent-2.8.3
|
|||
xmlunit-parent-2.8.2
|
|||
xmlunit-parent-2.8.1
|
|||
xmlunit-parent-2.8.0
|
|||
2.7.x |
xmlunit-parent-2.7.0
|
||
2.6.x |
xmlunit-parent-2.6.4
|
||
xmlunit-parent-2.6.3
|
|||
xmlunit-parent-2.6.2
|
|||
xmlunit-parent-2.6.1
|
|||
xmlunit-parent-2.6.0
|
|||
2.5.x |
xmlunit-parent-2.5.1
|
||
xmlunit-parent-2.5.0
|
|||
2.4.x |
xmlunit-parent-2.4.0
|
||
2.3.x |
xmlunit-parent-2.3.0
|
||
2.2.x |
xmlunit-parent-2.2.1
|
||
xmlunit-parent-2.2.0
|
|||
2.1.x |
xmlunit-parent-2.1.1
|
||
xmlunit-parent-2.1.0
|
|||
2.0.x |
xmlunit-parent-2.0.0
|
||
xmlunit-parent-2.0.0-alpha-04
|
|||
xmlunit-parent-2.0.0-alpha-03
|
|||
xmlunit-parent-2.0.0-alpha-02
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-parent</artifactId>
<version>2.9.1</version>
</dependency>
Advertisement