组织ID: |
org.apache.tapestry |
项目ID: |
tapestry-test |
版本: |
5.0.3 |
最后修改时间: |
2019-10-23 02:29:09 |
包类型: |
jar |
标题: |
Tapestry Test Utilities |
描述: |
Test utilities needed by Tapestry |
大小: |
431.33KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-test</artifactId>
<version>5.0.3</version>
</dependency>
|
Gradle引入代码: |
org.apache.tapestry:tapestry-test:5.0.3
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-test</artifactId>
<version>5.0.3</version>
<name>Tapestry Test Utilities</name>
<inceptionYear>2007</inceptionYear>
<description>Test utilities needed by Tapestry</description>
<parent>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-project</artifactId>
<version>5.0.3</version>
<relativePath>../tapestry-project/pom.xml</relativePath>
</parent>
<!-- Due to Maven 2 bugs, this has to be copied into each module POM. -->
<url>http://tapestry.apache.org/tapestry5/${pom.artifactId}/</url>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/${pom.artifactId}/trunk/</connection>
<url>http://svn.apache.org/viewvc/tapestry/tapestry5/${pom.artifactId}/trunk/</url>
</scm>
<dependencies>
<dependency>
<groupId>org.openqa.selenium.client-drivers</groupId>
<artifactId>selenium-java-client-driver</artifactId>
<version>0.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openqa.selenium.server</groupId>
<artifactId>selenium-server</artifactId>
<version>0.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.1</version>
<classifier>jdk15</classifier>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<!--
<tags>
<tag>
<name>todo</name>
<!- - Should be a combinaition of the letters Xaoptcmf - ->
<placement>a</placement>
<head>To do something:</head>
</tag>
</tags> -->
<linksource>true</linksource>
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
<link>http://jakarta.apache.org/commons/logging/apidocs/</link>
</links>
<stylesheetfile>${basedir}/src/site/resources/css/jdstyle.css</stylesheetfile>
</configuration>
</plugin>
</plugins>
</reporting>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.tapestry.test.AbstractIntegrationTestSuite.class
org/apache/tapestry/test/american.0
org/apache/tapestry/test/american.1
org/apache/tapestry/test/american.2
org/apache/tapestry/test/english.0
org/apache/tapestry/test/english.1
org/apache/tapestry/test/english.2
org/apache/tapestry/test/english.3
org.apache.tapestry.test.ErrorReportingCommandProcessor.class
org.apache.tapestry.test.JettyRunner.class
org.apache.tapestry.test.RandomDataSource.class
META-INF/maven/org.apache.tapestry/tapestry-test/pom.xml
META-INF/maven/org.apache.tapestry/tapestry-test/pom.properties
META-INF/INDEX.LIST
|
依赖Jar: |
selenium-java-client-driver-0.8.1.jar
/org.openqa.selenium.client-drivers/selenium-java-client-driver/0.8.1
查看selenium-java-client-driver所有版本文件
selenium-server-0.8.1.jar
/org.openqa.selenium.server/selenium-server/0.8.1
查看selenium-server所有版本文件
testng-5.1.jar
/org.testng/testng/5.1
查看testng所有版本文件
|