Download xmlunit-core-2.1.0.jar file

Introduction

You can download xmlunit-core-2.1.0.jar in this page.

License

Apache License

Type List

xmlunit-core-2.1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.xmlunit/xmlunit-core/pom.properties
META-INF/maven/org.xmlunit/xmlunit-core/pom.xml
org.xmlunit.ConfigurationException.class
org.xmlunit.XMLUnitException.class
org.xmlunit.builder.AbstractTransformationBuilder.class
org.xmlunit.builder.DiffBuilder.class
org.xmlunit.builder.Input.class
org.xmlunit.builder.JaxbBuilder.class
org.xmlunit.builder.Transform.class
org.xmlunit.builder.TransformationBuilderBase.class
org.xmlunit.diff.AbstractDifferenceEngine.class
org.xmlunit.diff.ByNameAndTextRecSelector.class
org.xmlunit.diff.ChildNodeXPathContextProvider.class
org.xmlunit.diff.Comparison.class
org.xmlunit.diff.ComparisonController.class
org.xmlunit.diff.ComparisonControllers.class
org.xmlunit.diff.ComparisonFormatter.class
org.xmlunit.diff.ComparisonListener.class
org.xmlunit.diff.ComparisonListenerSupport.class
org.xmlunit.diff.ComparisonResult.class
org.xmlunit.diff.ComparisonType.class
org.xmlunit.diff.DOMDifferenceEngine.class
org.xmlunit.diff.DefaultComparisonFormatter.class
org.xmlunit.diff.DefaultConditionalSelectorBuilder.class
org.xmlunit.diff.DefaultNodeMatcher.class
org.xmlunit.diff.Diff.class
org.xmlunit.diff.Difference.class
org.xmlunit.diff.DifferenceEngine.class
org.xmlunit.diff.DifferenceEvaluator.class
org.xmlunit.diff.DifferenceEvaluators.class
org.xmlunit.diff.ElementSelector.class
org.xmlunit.diff.ElementSelectors.class
org.xmlunit.diff.MultiLevelByNameAndTextSelector.class
org.xmlunit.diff.NodeFilters.class
org.xmlunit.diff.NodeMatcher.class
org.xmlunit.diff.RecursiveXPathBuilder.class
org.xmlunit.diff.XPathContext.class
org.xmlunit.input.CommentLessSource.class
org.xmlunit.input.NormalizedSource.class
org.xmlunit.input.WhitespaceNormalizedSource.class
org.xmlunit.input.WhitespaceStrippedSource.class
org.xmlunit.transform.Transformation.class
org.xmlunit.util.Convert.class
org.xmlunit.util.IsNullPredicate.class
org.xmlunit.util.IterableNodeList.class
org.xmlunit.util.Linqy.class
org.xmlunit.util.Mapper.class
org.xmlunit.util.Nodes.class
org.xmlunit.util.Predicate.class
org.xmlunit.validation.JAXPValidator.class
org.xmlunit.validation.Languages.class
org.xmlunit.validation.ParsingValidator.class
org.xmlunit.validation.ValidationHandler.class
org.xmlunit.validation.ValidationProblem.class
org.xmlunit.validation.ValidationResult.class
org.xmlunit.validation.Validator.class
org.xmlunit.xpath.JAXPXPathEngine.class
org.xmlunit.xpath.XPathEngine.class

Pom

xmlunit-core-2.1.0.pom file content.

<?xml version="1.0"?>
<!--
  This file is licensed to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.xmlunit</groupId>
    <artifactId>xmlunit-parent</artifactId>
    <version>2.1.0</version>
  </parent>

  <groupId>org.xmlunit</groupId>
  <artifactId>xmlunit-core</artifactId>
  <packaging>jar</packaging>
  <name>org.xmlunit:xmlunit-core</name>
  <description>XMLUnit for Java</description>
  <url>http://www.xmlunit.org/</url>

  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-core</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-library</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.xmlunit</groupId>
   <artifactId>xmlunit-core</artifactId>
   <version>2.1.0</version>
</dependency>

Download

If you think the following xmlunit-core-2.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download xmlunit-core-2.1.0.jar file




PreviousNext

Related