License |
License |
---|---|
GroupId | GroupIdorg.xmlmatchers |
ArtifactId | ArtifactIdxml-matchers |
Last Version | Last Version1.0-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxml-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xml-matchers-1.0-RC1.pom | |
xml-matchers-1.0-RC1.jar | 23 KB |
xml-matchers-1.0-RC1-sources.jar | 15 KB |
xml-matchers-1.0-RC1-javadoc.jar | 118 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-core | jar | 1.3 |
xmlunit : xmlunit | jar | 1.3 |
net.sf.saxon : Saxon-HE | jar | 9.4 |
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 |