xml-matchers

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

License

License

GroupId

GroupId

org.xmlmatchers
ArtifactId

ArtifactId

xml-matchers
Last Version

Last Version

1.0-RC1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://code.google.com/p/xml-matchers/
Source Code Management

Source Code Management

http://code.google.com/p/xml-matchers/source/browse/tags/xml-matchers-1.0-RC1

Download xml-matchers

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.hamcrest : hamcrest-core jar 1.3
xmlunit : xmlunit jar 1.3
net.sf.saxon : Saxon-HE jar 9.4

test (3)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 1.2
junit : junit-dep jar 4.8.2
org.hamcrest : hamcrest-generator jar 1.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-RC1
0.10