x

xmlunit

XMLUnit compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions.
http://xmlunit.sourceforge.net/
BSD License
Stefan Bodewig
文件下载
文件名 操作
xmlunit-1.4.jar 下载
xmlunit-1.4.pom 下载
xmlunit-1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>xmlunit</groupId>
  <artifactId>xmlunit</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'xmlunit:xmlunit:1.4'
Gradle Kotlin
implementation("xmlunit:xmlunit:1.4")
Scala SBT
libraryDependencies += "xmlunit" % "xmlunit" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='xmlunit', module='xmlunit', version='1.4')
)
Apache Ivy
<dependency org="xmlunit" name="xmlunit" rev="1.4" />
Leiningen
[xmlunit/xmlunit "1.4"]
Apache Buildr
'xmlunit:xmlunit:jar:1.4'
本项目依赖