x

xmlunit-matchers

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