License |
License |
---|---|
GroupId | GroupIdorg.xmlunit |
ArtifactId | ArtifactIdxmlunit-matchers |
Version | Version2.9.0 |
Type | Typejar |
Description |
Descriptionorg.xmlunit:xmlunit-matchers
XMLUnit for Java Hamcrest Matchers
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
xmlunit-matchers-2.9.0.pom | |
xmlunit-matchers-2.9.0.jar | 19 KB |
xmlunit-matchers-2.9.0-tests.jar | 28 KB |
xmlunit-matchers-2.9.0-sources.jar | 14 KB |
xmlunit-matchers-2.9.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xmlunit/xmlunit-matchers/ -->
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xmlunit/xmlunit-matchers/
implementation 'org.xmlunit:xmlunit-matchers:2.9.0'
// https://jarcasting.com/artifacts/org.xmlunit/xmlunit-matchers/
implementation ("org.xmlunit:xmlunit-matchers:2.9.0")
'org.xmlunit:xmlunit-matchers:jar:2.9.0'
<dependency org="org.xmlunit" name="xmlunit-matchers" rev="2.9.0">
<artifact name="xmlunit-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xmlunit', module='xmlunit-matchers', version='2.9.0')
)
libraryDependencies += "org.xmlunit" % "xmlunit-matchers" % "2.9.0"
[org.xmlunit/xmlunit-matchers "2.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.xmlunit : xmlunit-core | jar | 2.9.0 |
org.hamcrest : hamcrest-core | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.xmlunit : xmlunit-core | jar | 2.9.0 |
org.hamcrest : hamcrest-library | jar | 1.3 |
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 2.1.0 |