x

xmlunit-legacy

XMLUnit 1.x Compatibility Layer
http://www.xmlunit.org/
The BSD 3-Clause License
Files download
File Operation
xmlunit-legacy-2.6.0.jar download
xmlunit-legacy-2.6.0.pom download
xmlunit-legacy-2.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xmlunit</groupId>
  <artifactId>xmlunit-legacy</artifactId>
  <version>2.6.0</version>
</dependency>
Gradle Groovy
implementation 'org.xmlunit:xmlunit-legacy:2.6.0'
Gradle Kotlin
implementation("org.xmlunit:xmlunit-legacy:2.6.0")
Scala SBT
libraryDependencies += "org.xmlunit" % "xmlunit-legacy" % "2.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.xmlunit', module='xmlunit-legacy', version='2.6.0')
)
Apache Ivy
<dependency org="org.xmlunit" name="xmlunit-legacy" rev="2.6.0" />
Leiningen
[org.xmlunit/xmlunit-legacy "2.6.0"]
Apache Buildr
'org.xmlunit:xmlunit-legacy:jar:2.6.0'