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
文件下载
文件名 操作
xmlunit-1.3.jar 下载
xmlunit-1.3.pom 下载
Apache Maven
<dependency>
  <groupId>xmlunit</groupId>
  <artifactId>xmlunit</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'xmlunit:xmlunit:1.3'
Gradle Kotlin
implementation("xmlunit:xmlunit:1.3")
Scala SBT
libraryDependencies += "xmlunit" % "xmlunit" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='xmlunit', module='xmlunit', version='1.3')
)
Apache Ivy
<dependency org="xmlunit" name="xmlunit" rev="1.3" />
Leiningen
[xmlunit/xmlunit "1.3"]
Apache Buildr
'xmlunit:xmlunit:jar:1.3'
本项目依赖