x

xmlunit-legacy

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