Last Version

XMLUnit for Java 1.6

XMLUnit compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions.

License

License

GroupId

GroupId

xmlunit
ArtifactId

ArtifactId

xmlunit
Version

Version

1.6
Type

Type

jar
Description

Description

XMLUnit for Java
XMLUnit compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions.
Project URL

Project URL

http://www.xmlunit.org/
Source Code Management

Source Code Management

https://sourceforge.net/p/xmlunit/code/HEAD/tree/trunk/

Download xmlunit 1.6


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

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit Optional jar 3.8.2

Project Modules

There are no modules declared in this project.