组织ID: |
org.xmlunit |
项目ID: |
xmlunit-legacy |
版本: |
2.0.0-alpha-02 |
最后修改时间: |
2019-10-29 03:43:55 |
包类型: |
jar |
标题: |
org.xmlunit:xmlunit-legacy |
描述: |
XMLUnit 1.x Compatibility Layer |
相关URL: |
http://www.xmlunit.org/ |
大小: |
123.31KB |
|
Maven引入代码: |
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-legacy</artifactId>
<version>2.0.0-alpha-02</version>
</dependency>
|
Gradle引入代码: |
org.xmlunit:xmlunit-legacy:2.0.0-alpha-02
|
下载Jar包: |
|
POM文件内容: |
<?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.0.0-alpha-02</version>
</parent>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-legacy</artifactId>
<packaging>jar</packaging>
<name>org.xmlunit:xmlunit-legacy</name>
<description>XMLUnit 1.x Compatibility Layer</description>
<url>http://www.xmlunit.org/</url>
<licenses>
<license>
<name>The BSD 3-Clause License</name>
<url>https://github.com/xmlunit/xmlunit/blob/master/xmlunit-legacy/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/test_*.java</include>
</includes>
<systemPropertyVariables>
<user.dir>..</user.dir>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<artifactSet>
<excludes>
<exclude>junit:junit</exclude>
</excludes>
</artifactSet>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>sumo</shadedClassifierName>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.custommonkey.xmlunit.DoctypeSupport$Readable.class
org.custommonkey.xmlunit.SimpleXpathEngine$1.class
org.custommonkey.xmlunit.NewDifferenceEngine.class
org.custommonkey.xmlunit.NewDifferenceEngine$ComparisonController2ComparisonController.class
org.custommonkey.xmlunit.Transform$1.class
org.custommonkey.xmlunit.NodeTestException.class
org.custommonkey.xmlunit.XMLAssert$NodeBasedNamespaceContext.class
org.custommonkey.xmlunit.NodeTester.class
org.custommonkey.xmlunit.DoctypeReader.class
org.custommonkey.xmlunit.NewDifferenceEngine$MatchTracker2ComparisonListener.class
org.custommonkey.xmlunit.exceptions.XMLUnitRuntimeException.class
org.custommonkey.xmlunit.exceptions.ConfigurationException.class
org.custommonkey.xmlunit.exceptions.XMLUnitException.class
org.custommonkey.xmlunit.exceptions.XpathException.class
org.custommonkey.xmlunit.DifferenceEngine$1.class
org.custommonkey.xmlunit.SimpleNamespaceContext.class
org.custommonkey.xmlunit.SimpleXpathEngine.class
org.custommonkey.xmlunit.MatchTracker.class
org.custommonkey.xmlunit.DifferenceListener.class
org.custommonkey.xmlunit.NewDifferenceEngine$ElementQualifier2ElementSelector.class
org.custommonkey.xmlunit.JAXPConstants.class
org.custommonkey.xmlunit.XpathNodeTracker$TrackingEntry.class
org.custommonkey.xmlunit.XMLUnit.class
org.custommonkey.xmlunit.XpathNodeTracker$TrackingEntry$1.class
org.custommonkey.xmlunit.NewDifferenceEngine$DifferenceListener2DifferenceEvaluator.class
org.custommonkey.xmlunit.AbstractNodeTester.class
org.custommonkey.xmlunit.ElementQualifier.class
org.custommonkey.xmlunit.DoctypeSupport.class
org.custommonkey.xmlunit.XpathNodeTracker$1.class
org.custommonkey.xmlunit.NamespaceContext.class
org.custommonkey.xmlunit.NewDifferenceEngine$1.class
org.custommonkey.xmlunit.NodeTest.class
org.custommonkey.xmlunit.Validator.class
org.custommonkey.xmlunit.NewDifferenceEngine$CompareUnmatchedNodeMatcher$Entry.class
org.custommonkey.xmlunit.HTMLDocumentBuilder$SwingEvent2SaxAdapter.class
org.custommonkey.xmlunit.NodeTest$NodeTypeNodeFilter.class
org.custommonkey.xmlunit.Transform$2.class
org.custommonkey.xmlunit.XMLAssert.class
org.custommonkey.xmlunit.jaxp13.Jaxp13XpathEngine$NodeListForIterable.class
org.custommonkey.xmlunit.jaxp13.Jaxp13XpathEngine.class
org.custommonkey.xmlunit.jaxp13.Jaxp13XpathEngine$1.class
org.custommonkey.xmlunit.jaxp13.Validator.class
org.custommonkey.xmlunit.jaxp13.XMLUnitNamespaceContext2Jaxp13.class
org.custommonkey.xmlunit.examples.XPathRegexAssert.class
org.custommonkey.xmlunit.examples.CaseInsensitiveDifferenceListener.class
org.custommonkey.xmlunit.examples.MultiLevelElementNameAndTextQualifier.class
org.custommonkey.xmlunit.examples.FloatingPointTolerantDifferenceListener.class
org.custommonkey.xmlunit.examples.TextDifferenceListenerBase.class
org.custommonkey.xmlunit.examples.CountingNodeTester.class
org.custommonkey.xmlunit.examples.RecursiveElementNameAndTextQualifier.class
org.custommonkey.xmlunit.DoctypeInputStream.class
org.custommonkey.xmlunit.DoctypeSupport$IntBufferReadable.class
org.custommonkey.xmlunit.Difference.class
org.custommonkey.xmlunit.HTMLDocumentBuilder.class
org.custommonkey.xmlunit.ElementNameAndAttributeQualifier.class
org.custommonkey.xmlunit.XMLConstants.class
org.custommonkey.xmlunit.XSLTConstants.class
org.custommonkey.xmlunit.DifferenceEngine$DifferenceFoundException.class
org.custommonkey.xmlunit.NodeDetail.class
org.custommonkey.xmlunit.util.IntegerBuffer.class
org.custommonkey.xmlunit.DoctypeInputStream$1.class
org.custommonkey.xmlunit.NodeInputStream.class
org.custommonkey.xmlunit.NewDifferenceEngine$2.class
org.custommonkey.xmlunit.ElementNameQualifier.class
org.custommonkey.xmlunit.Transform.class
org.custommonkey.xmlunit.ComparisonController.class
org.custommonkey.xmlunit.Transform$3.class
org.custommonkey.xmlunit.Diff.class
org.custommonkey.xmlunit.DoctypeReader$1.class
org.custommonkey.xmlunit.JAXPConstants$Properties.class
org.custommonkey.xmlunit.DifferenceConstants.class
org.custommonkey.xmlunit.TolerantSaxDocumentBuilder.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|