is not current version
Last Version 2.9.0

org.xmlunit:xmlunit-matchers 2.6.3

XMLUnit for Java Hamcrest Matchers

GroupId

GroupId

org.xmlunit
ArtifactId

ArtifactId

xmlunit-matchers
Version

Version

2.6.3
Type

Type

jar

Download xmlunit-matchers 2.6.3


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