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