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