is not current version
Last Version 1.6

xmlunit:xmlunit 1.3

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.3
Type

Type

jar

Download xmlunit 1.3


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