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