GroupId | GroupIdorg.xmlunit |
---|---|
ArtifactId | ArtifactIdxmlunit-matchers |
Version | Version2.6.4 |
Type | Typejar |
Filename | Size |
---|---|
xmlunit-matchers-2.6.4.pom | |
xmlunit-matchers-2.6.4.jar | 19 KB |
xmlunit-matchers-2.6.4-tests.jar | 28 KB |
xmlunit-matchers-2.6.4-sources.jar | 14 KB |
xmlunit-matchers-2.6.4-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xmlunit/xmlunit-matchers/ -->
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
<version>2.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.xmlunit/xmlunit-matchers/
implementation 'org.xmlunit:xmlunit-matchers:2.6.4'
// https://jarcasting.com/artifacts/org.xmlunit/xmlunit-matchers/
implementation ("org.xmlunit:xmlunit-matchers:2.6.4")
'org.xmlunit:xmlunit-matchers:jar:2.6.4'
<dependency org="org.xmlunit" name="xmlunit-matchers" rev="2.6.4">
<artifact name="xmlunit-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xmlunit', module='xmlunit-matchers', version='2.6.4')
)
libraryDependencies += "org.xmlunit" % "xmlunit-matchers" % "2.6.4"
[org.xmlunit/xmlunit-matchers "2.6.4"]