You can download xmlunit-1.6.jar in this page.
BSD License
xmlunit-1.6.jar file has the following types.
META-INF/MANIFEST.MF org.custommonkey.xmlunit.AbstractNodeTester.class org.custommonkey.xmlunit.ComparisonController.class org.custommonkey.xmlunit.CountingNodeTester.class org.custommonkey.xmlunit.DetailedDiff.class org.custommonkey.xmlunit.Diff.class org.custommonkey.xmlunit.Difference.class org.custommonkey.xmlunit.DifferenceConstants.class org.custommonkey.xmlunit.DifferenceEngine.class org.custommonkey.xmlunit.DifferenceListener.class org.custommonkey.xmlunit.DoctypeInputStream.class org.custommonkey.xmlunit.DoctypeReader.class org.custommonkey.xmlunit.DoctypeSupport.class org.custommonkey.xmlunit.ElementNameAndAttributeQualifier.class org.custommonkey.xmlunit.ElementNameAndTextQualifier.class org.custommonkey.xmlunit.ElementNameQualifier.class org.custommonkey.xmlunit.ElementQualifier.class org.custommonkey.xmlunit.HTMLDocumentBuilder.class org.custommonkey.xmlunit.IgnoreTextAndAttributeValuesDifferenceListener.class org.custommonkey.xmlunit.JAXPConstants.class org.custommonkey.xmlunit.MatchTracker.class org.custommonkey.xmlunit.NamespaceContext.class org.custommonkey.xmlunit.NodeDescriptor.class org.custommonkey.xmlunit.NodeDetail.class org.custommonkey.xmlunit.NodeInputStream.class org.custommonkey.xmlunit.NodeTest.class org.custommonkey.xmlunit.NodeTestException.class org.custommonkey.xmlunit.NodeTester.class org.custommonkey.xmlunit.QualifiedName.class org.custommonkey.xmlunit.SimpleNamespaceContext.class org.custommonkey.xmlunit.SimpleXpathEngine.class org.custommonkey.xmlunit.TolerantSaxDocumentBuilder.class org.custommonkey.xmlunit.Transform.class org.custommonkey.xmlunit.Validator.class org.custommonkey.xmlunit.XMLAssert.class org.custommonkey.xmlunit.XMLConstants.class org.custommonkey.xmlunit.XMLTestCase.class org.custommonkey.xmlunit.XMLUnit.class org.custommonkey.xmlunit.XSLTConstants.class org.custommonkey.xmlunit.XpathEngine.class org.custommonkey.xmlunit.XpathNodeTracker.class org.custommonkey.xmlunit.examples.CaseInsensitiveDifferenceListener.class org.custommonkey.xmlunit.examples.CountingNodeTester.class org.custommonkey.xmlunit.examples.FloatingPointTolerantDifferenceListener.class org.custommonkey.xmlunit.examples.MultiLevelElementNameAndTextQualifier.class org.custommonkey.xmlunit.examples.RecursiveElementNameAndTextQualifier.class org.custommonkey.xmlunit.examples.TextDifferenceListenerBase.class org.custommonkey.xmlunit.examples.XPathRegexAssert.class org.custommonkey.xmlunit.exceptions.ConfigurationException.class org.custommonkey.xmlunit.exceptions.XMLUnitException.class org.custommonkey.xmlunit.exceptions.XMLUnitRuntimeException.class org.custommonkey.xmlunit.exceptions.XpathException.class org.custommonkey.xmlunit.jaxp13.Jaxp13XpathEngine.class org.custommonkey.xmlunit.jaxp13.Validator.class org.custommonkey.xmlunit.jaxp13.XMLUnitNamespaceContext2Jaxp13.class org.custommonkey.xmlunit.util.IntegerBuffer.class
xmlunit-1.6.pom file content.
<?xml version="1.0"?> <!-- Copyright (c) 2007-2014, Jeff Martin, Tim Bacon All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the xmlunit.sourceforge.net nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <!-- This POM is not usable as means to build XMLUnit with Maven2, it is a minimal POM to allow XMLUnit's artifacts to be added to a Maven repository. --> <project> <modelVersion>4.0.0</modelVersion> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> <packaging>jar</packaging> <name>XMLUnit for Java</name> <version>1.6</version> <url>http://www.xmlunit.org/</url> <description>XMLUnit compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions.</description> <licenses> <license> <name>BSD License</name> <url>https://sourceforge.net/p/xmlunit/code/HEAD/tree/trunk/LICENSE.txt</url> </license> </licenses> <scm> <url>https://sourceforge.net/p/xmlunit/code/HEAD/tree/trunk/</url> <connection>scm:svn:https://svn.code.sf.net/p/xmlunit/code/trunk</connection> </scm> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> <optional>true</optional> </dependency> </dependencies> <!-- Personally I'm not fond of the developers section but Sonatype's OSSRH requires it --> <developers> <developer> <id>bodewig</id> <name>Stefan Bodewig</name> <email>stefan.bodewig@freenet dot de</email> </developer> </developers> </project>
<dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> <version>1.6</version> </dependency>
If you think the following xmlunit-1.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.