is not current version
Last Version 2.9.0

org.xmlunit:xmlunit-matchers 2.2.1

XMLUnit for Java Hamcrest Matchers

GroupId

GroupId

org.xmlunit
ArtifactId

ArtifactId

xmlunit-matchers
Version

Version

2.2.1
Type

Type

jar

Download xmlunit-matchers 2.2.1


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