is not current version
Last Version 2.9.0

org.xmlunit:xmlunit-matchers 2.7.0

XMLUnit for Java Hamcrest Matchers

GroupId

GroupId

org.xmlunit
ArtifactId

ArtifactId

xmlunit-matchers
Version

Version

2.7.0
Type

Type

jar

Download xmlunit-matchers 2.7.0


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