x

xmlunit-assertj3

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