x

xmlunit-core

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