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