x

xmlunit-assertj

XMLUnit with AssertJ fluent API
https://www.xmlunit.org/
Files download
File Operation
xmlunit-assertj-2.6.2.jar download
xmlunit-assertj-2.6.2.pom download
xmlunit-assertj-2.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xmlunit</groupId>
  <artifactId>xmlunit-assertj</artifactId>
  <version>2.6.2</version>
</dependency>
Gradle Groovy
implementation 'org.xmlunit:xmlunit-assertj:2.6.2'
Gradle Kotlin
implementation("org.xmlunit:xmlunit-assertj:2.6.2")
Scala SBT
libraryDependencies += "org.xmlunit" % "xmlunit-assertj" % "2.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.xmlunit', module='xmlunit-assertj', version='2.6.2')
)
Apache Ivy
<dependency org="org.xmlunit" name="xmlunit-assertj" rev="2.6.2" />
Leiningen
[org.xmlunit/xmlunit-assertj "2.6.2"]
Apache Buildr
'org.xmlunit:xmlunit-assertj:jar:2.6.2'