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