is not current version
Last Version 1.6

xmlunit:xmlunit 1.2

XMLUnit compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions.

GroupId

GroupId

xmlunit
ArtifactId

ArtifactId

xmlunit
Version

Version

1.2
Type

Type

jar

Download xmlunit 1.2


<!-- https://jarcasting.com/artifacts/xmlunit/xmlunit/ -->
<dependency>
    <groupId>xmlunit</groupId>
    <artifactId>xmlunit</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/xmlunit/xmlunit/
implementation 'xmlunit:xmlunit:1.2'
// https://jarcasting.com/artifacts/xmlunit/xmlunit/
implementation ("xmlunit:xmlunit:1.2")
'xmlunit:xmlunit:jar:1.2'
<dependency org="xmlunit" name="xmlunit" rev="1.2">
  <artifact name="xmlunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='xmlunit', module='xmlunit', version='1.2')
)
libraryDependencies += "xmlunit" % "xmlunit" % "1.2"
[xmlunit "1.2"]