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.

License

License

GroupId

GroupId

xmlunit
ArtifactId

ArtifactId

xmlunit
Last Version

Last Version

1.6
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
1.6
1.5
1.4
1.3
1.2
1.1
1.0
0.8