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