is not current version
Last Version 2.9.0

org.xmlunit:xmlunit-parent 2.8.1

Parent POM for all artifacts of XMLUnit

GroupId

GroupId

org.xmlunit
ArtifactId

ArtifactId

xmlunit-parent
Version

Version

2.8.1
Type

Type

pom

Download xmlunit-parent 2.8.1

Filename Size
xmlunit-parent-2.8.1.pom 18 KB
Browse

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