x

xmlunit

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