x

xmlunit-core

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