Files download
File Operation
xmlunit-parent-2.4.0.pom download
Apache Maven
<dependency>
  <groupId>org.xmlunit</groupId>
  <artifactId>xmlunit-parent</artifactId>
  <version>2.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.xmlunit:xmlunit-parent:2.4.0'
Gradle Kotlin
implementation("org.xmlunit:xmlunit-parent:2.4.0")
Scala SBT
libraryDependencies += "org.xmlunit" % "xmlunit-parent" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.xmlunit', module='xmlunit-parent', version='2.4.0')
)
Apache Ivy
<dependency org="org.xmlunit" name="xmlunit-parent" rev="2.4.0" />
Leiningen
[org.xmlunit/xmlunit-parent "2.4.0"]
Apache Buildr
'org.xmlunit:xmlunit-parent:jar:2.4.0'
Dependencies
The project has no third-party dependencies