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