License |
License |
---|---|
GroupId | GroupIdorg.xmlunit |
ArtifactId | ArtifactIdxmlunit-legacy |
Version | Version2.8.2 |
Type | Typejar |
Description |
Descriptionorg.xmlunit:xmlunit-legacy
XMLUnit 1.x Compatibility Layer
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
xmlunit-legacy-2.8.2.pom | |
xmlunit-legacy-2.8.2.jar | 125 KB |
xmlunit-legacy-2.8.2-tests.jar | 174 KB |
xmlunit-legacy-2.8.2-sumo.jar | 288 KB |
xmlunit-legacy-2.8.2-sources.jar | 131 KB |
xmlunit-legacy-2.8.2-javadoc.jar | 424 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xmlunit/xmlunit-legacy/ -->
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-legacy</artifactId>
<version>2.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xmlunit/xmlunit-legacy/
implementation 'org.xmlunit:xmlunit-legacy:2.8.2'
// https://jarcasting.com/artifacts/org.xmlunit/xmlunit-legacy/
implementation ("org.xmlunit:xmlunit-legacy:2.8.2")
'org.xmlunit:xmlunit-legacy:jar:2.8.2'
<dependency org="org.xmlunit" name="xmlunit-legacy" rev="2.8.2">
<artifact name="xmlunit-legacy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xmlunit', module='xmlunit-legacy', version='2.8.2')
)
libraryDependencies += "org.xmlunit" % "xmlunit-legacy" % "2.8.2"
[org.xmlunit/xmlunit-legacy "2.8.2"]
Group / Artifact | Type | Version |
---|---|---|
org.xmlunit : xmlunit-core | jar | 2.8.2 |
junit : junit | jar | 3.8.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.1.0 |