is not current version
Last Version 2.9.0

org.xmlunit:xmlunit-core 2.8.0

XMLUnit for Java

GroupId

GroupId

org.xmlunit
ArtifactId

ArtifactId

xmlunit-core
Version

Version

2.8.0
Type

Type

jar

Download xmlunit-core 2.8.0


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