is not current version
Last Version 2.9.0

org.xmlunit:xmlunit-assertj 2.6.2

XMLUnit with AssertJ fluent API

GroupId

GroupId

org.xmlunit
ArtifactId

ArtifactId

xmlunit-assertj
Version

Version

2.6.2
Type

Type

jar

Download xmlunit-assertj 2.6.2


<!-- https://jarcasting.com/artifacts/org.xmlunit/xmlunit-assertj/ -->
<dependency>
    <groupId>org.xmlunit</groupId>
    <artifactId>xmlunit-assertj</artifactId>
    <version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xmlunit/xmlunit-assertj/
implementation 'org.xmlunit:xmlunit-assertj:2.6.2'
// https://jarcasting.com/artifacts/org.xmlunit/xmlunit-assertj/
implementation ("org.xmlunit:xmlunit-assertj:2.6.2")
'org.xmlunit:xmlunit-assertj:jar:2.6.2'
<dependency org="org.xmlunit" name="xmlunit-assertj" rev="2.6.2">
  <artifact name="xmlunit-assertj" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xmlunit', module='xmlunit-assertj', version='2.6.2')
)
libraryDependencies += "org.xmlunit" % "xmlunit-assertj" % "2.6.2"
[org.xmlunit/xmlunit-assertj "2.6.2"]