is not current version
Last Version 1.6

xmlunit:xmlunit 1.0


GroupId

GroupId

xmlunit
ArtifactId

ArtifactId

xmlunit
Version

Version

1.0
Type

Type

jar

Download xmlunit 1.0


<!-- https://jarcasting.com/artifacts/xmlunit/xmlunit/ -->
<dependency>
    <groupId>xmlunit</groupId>
    <artifactId>xmlunit</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/xmlunit/xmlunit/
implementation 'xmlunit:xmlunit:1.0'
// https://jarcasting.com/artifacts/xmlunit/xmlunit/
implementation ("xmlunit:xmlunit:1.0")
'xmlunit:xmlunit:jar:1.0'
<dependency org="xmlunit" name="xmlunit" rev="1.0">
  <artifact name="xmlunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='xmlunit', module='xmlunit', version='1.0')
)
libraryDependencies += "xmlunit" % "xmlunit" % "1.0"
[xmlunit "1.0"]