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