x

xmlunit-matchers

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