is not current version
Last Version 1.6

xmlunit:xmlunit 1.5

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

Type

jar

Download xmlunit 1.5


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