组织ID: |
net.sourceforge.jwebunit |
项目ID: |
jwebunit-htmlunit-plugin |
版本: |
1.3 |
最后修改时间: |
2019-10-23 12:22:38 |
包类型: |
jar |
标题: |
HtmlUnit Plugin |
描述: |
HtmlUnit plugin for jWebUnit. |
大小: |
17.01KB |
|
Maven引入代码: |
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-htmlunit-plugin</artifactId>
<version>1.3</version>
</dependency>
|
Gradle引入代码: |
net.sourceforge.jwebunit:jwebunit-htmlunit-plugin:1.3
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0"?><project>
<parent>
<artifactId>jwebunit</artifactId>
<groupId>net.sourceforge.jwebunit</groupId>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jwebunit-htmlunit-plugin</artifactId>
<name>HtmlUnit Plugin</name>
<version>1.3</version>
<description>HtmlUnit plugin for jWebUnit.</description>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<testFailureIgnore>false</testFailureIgnore>
<includes>
<include>**/*Test.java</include>
<include>**/*Tests.java</include>
</includes>
<excludes>
<exclude>**/*AbstractTest.java</exclude>
<exclude>**/*AbstractTests.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>1.9</version>
<exclusions>
<exclusion>
<artifactId>servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
<exclusion>
<artifactId>junit</artifactId>
<groupId>junit</groupId>
</exclusion>
<exclusion>
<artifactId>servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
<exclusion>
<artifactId>junitperf</artifactId>
<groupId>junitperf</groupId>
</exclusion>
<exclusion>
<artifactId>commons-jelly</artifactId>
<groupId>commons-jelly</groupId>
</exclusion>
<exclusion>
<artifactId>commons-jelly-tags-log</artifactId>
<groupId>commons-jelly</groupId>
</exclusion>
<exclusion>
<artifactId>commons-jelly-tags-xml</artifactId>
<groupId>commons-jelly</groupId>
</exclusion>
<exclusion>
<artifactId>commons-jelly-tags-junit</artifactId>
<groupId>commons-jelly</groupId>
</exclusion>
<exclusion>
<artifactId>commons-jexl</artifactId>
<groupId>commons-jexl</groupId>
</exclusion>
<exclusion>
<artifactId>commons-cli</artifactId>
<groupId>commons-cli</groupId>
</exclusion>
<exclusion>
<artifactId>dom4j</artifactId>
<groupId>dom4j</groupId>
</exclusion>
<exclusion>
<artifactId>commons-beanutils</artifactId>
<groupId>commons-beanutils</groupId>
</exclusion>
<exclusion>
<artifactId>gsbase</artifactId>
<groupId>gsbase</groupId>
</exclusion>
<exclusion>
<artifactId>org.mortbay.jetty</artifactId>
<groupId>jetty</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-core</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-commons-tests</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1</version>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
<properties>
<topDirectoryLocation>..</topDirectoryLocation>
</properties>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
net.sourceforge.jwebunit.htmlunit.HtmlUnitDialog$1.class
net.sourceforge.jwebunit.htmlunit.HtmlUnitDialog.class
META-INF/maven/net.sourceforge.jwebunit/jwebunit-htmlunit-plugin/pom.xml
META-INF/maven/net.sourceforge.jwebunit/jwebunit-htmlunit-plugin/pom.properties
|
依赖Jar: |
htmlunit-1.9.jar
/htmlunit/htmlunit/1.9
查看htmlunit所有版本文件
jwebunit-core-1.3.jar
/net.sourceforge.jwebunit/jwebunit-core/1.3
查看jwebunit-core所有版本文件
jwebunit-commons-tests-1.3.jar
/net.sourceforge.jwebunit/jwebunit-commons-tests/1.3
查看jwebunit-commons-tests所有版本文件
commons-logging-1.1.jar
/commons-logging/commons-logging/1.1
查看commons-logging所有版本文件
|