组织ID: |
net.sourceforge.jwebunit |
项目ID: |
jwebunit-htmlunit-plugin |
版本: |
1.4 |
最后修改时间: |
2018-12-20 11:22:09 |
包类型: |
jar |
标题: |
HtmlUnit Plugin |
描述: |
HtmlUnit plugin for JWebUnit. |
大小: |
24.97KB |
|
Maven引入代码: |
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-htmlunit-plugin</artifactId>
<version>1.4</version>
</dependency>
|
Gradle引入代码: |
net.sourceforge.jwebunit:jwebunit-htmlunit-plugin:1.4
|
下载Jar包: |
|
POM文件内容: |
<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">
<parent>
<artifactId>jwebunit</artifactId>
<groupId>net.sourceforge.jwebunit</groupId>
<version>1.4</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jwebunit-htmlunit-plugin</artifactId>
<name>HtmlUnit Plugin</name>
<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>
<scope>test</scope>
</dependency>
<dependency>
<groupId>htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>1.11</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-core</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-commons-tests</artifactId>
<version>${pom.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1</version>
<exclusions>
<exclusion>
<artifactId>junit</artifactId>
<groupId>junit</groupId>
</exclusion>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
<exclusion>
<artifactId>logkit</artifactId>
<groupId>logkit</groupId>
</exclusion>
<exclusion>
<artifactId>avalon-framework</artifactId>
<groupId>avalon-framework</groupId>
</exclusion>
<exclusion>
<artifactId>servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
</dependency>
</dependencies>
<properties>
<topDirectoryLocation>..</topDirectoryLocation>
</properties>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
net.sourceforge.jwebunit.htmlunit.HtmlUnitDialog$1.class
net.sourceforge.jwebunit.htmlunit.HtmlUnitDialog$2.class
net.sourceforge.jwebunit.htmlunit.HtmlUnitDialog$3.class
net.sourceforge.jwebunit.htmlunit.HtmlUnitDialog$4.class
net.sourceforge.jwebunit.htmlunit.HtmlUnitDialog.class
net.sourceforge.jwebunit.htmlunit.ImmediateRefreshHandler.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.11.jar
/htmlunit/htmlunit/1.11
查看htmlunit所有版本文件
jwebunit-core-${pom.version}.jar
/net.sourceforge.jwebunit/jwebunit-core/${pom.version}
查看jwebunit-core所有版本文件
jwebunit-commons-tests-${pom.version}.jar
/net.sourceforge.jwebunit/jwebunit-commons-tests/${pom.version}
查看jwebunit-commons-tests所有版本文件
commons-logging-1.1.jar
/commons-logging/commons-logging/1.1
查看commons-logging所有版本文件
servlet-api-2.4.jar
/javax.servlet/servlet-api/2.4
查看servlet-api所有版本文件
|