x

xmlunit-legacy

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