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