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