is not current version
Last Version 2.9.0

org.xmlunit:xmlunit-core 2.2.1

XMLUnit for Java

GroupId

GroupId

org.xmlunit
ArtifactId

ArtifactId

xmlunit-core
Version

Version

2.2.1
Type

Type

jar

Download xmlunit-core 2.2.1


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