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