is not current version
Last Version 1.0-RC1

org.xmlmatchers:xml-matchers 0.10

A collection of Hamcrest matchers for XML documents. The matchers include XPath, schema validation using XML Schema or RelaxNG(experimental), and XML document equivalence.

GroupId

GroupId

org.xmlmatchers
ArtifactId

ArtifactId

xml-matchers
Version

Version

0.10
Type

Type

jar

Download xml-matchers 0.10


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