x

xmlunit

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.
http://xmlunit.sourceforge.net/
BSD License
Files download
File Operation
xmlunit-1.2.jar download
xmlunit-1.2.pom download
Apache Maven
<dependency>
  <groupId>xmlunit</groupId>
  <artifactId>xmlunit</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'xmlunit:xmlunit:1.2'
Gradle Kotlin
implementation("xmlunit:xmlunit:1.2")
Scala SBT
libraryDependencies += "xmlunit" % "xmlunit" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='xmlunit', module='xmlunit', version='1.2')
)
Apache Ivy
<dependency org="xmlunit" name="xmlunit" rev="1.2" />
Leiningen
[xmlunit/xmlunit "1.2"]
Apache Buildr
'xmlunit:xmlunit:jar:1.2'
Dependencies