is not current version
Last Version 2.9.0

org.xmlunit:xmlunit-legacy 2.7.0

XMLUnit 1.x Compatibility Layer

GroupId

GroupId

org.xmlunit
ArtifactId

ArtifactId

xmlunit-legacy
Version

Version

2.7.0
Type

Type

jar

Download xmlunit-legacy 2.7.0


<!-- https://jarcasting.com/artifacts/org.xmlunit/xmlunit-legacy/ -->
<dependency>
    <groupId>org.xmlunit</groupId>
    <artifactId>xmlunit-legacy</artifactId>
    <version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xmlunit/xmlunit-legacy/
implementation 'org.xmlunit:xmlunit-legacy:2.7.0'
// https://jarcasting.com/artifacts/org.xmlunit/xmlunit-legacy/
implementation ("org.xmlunit:xmlunit-legacy:2.7.0")
'org.xmlunit:xmlunit-legacy:jar:2.7.0'
<dependency org="org.xmlunit" name="xmlunit-legacy" rev="2.7.0">
  <artifact name="xmlunit-legacy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xmlunit', module='xmlunit-legacy', version='2.7.0')
)
libraryDependencies += "org.xmlunit" % "xmlunit-legacy" % "2.7.0"
[org.xmlunit/xmlunit-legacy "2.7.0"]