x

xmlunit-assertj

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