<dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-legacy</artifactId> <version>2.2.0</version> </dependency>
implementation 'org.xmlunit:xmlunit-legacy:2.2.0'
implementation("org.xmlunit:xmlunit-legacy:2.2.0")
libraryDependencies += "org.xmlunit" % "xmlunit-legacy" % "2.2.0"
@Grapes( @Grab(group='org.xmlunit', module='xmlunit-legacy', version='2.2.0') )
<dependency org="org.xmlunit" name="xmlunit-legacy" rev="2.2.0" />
[org.xmlunit/xmlunit-legacy "2.2.0"]
'org.xmlunit:xmlunit-legacy:jar:2.2.0'
<parent> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-parent</artifactId> <version>2.2.0</version> </parent>
compile
|-- org.xmlunit:xmlunit-core
|-- junit:junit:3.8.1
test
|-- org.mockito:mockito-core