组织ID: |
org.apache.tapestry |
项目ID: |
tapestry-test |
版本: |
4.1 |
最后修改时间: |
2019-10-23 02:30:26 |
包类型: |
jar |
标题: |
Tapestry Test |
描述: |
Tapestry Test Utilities |
相关URL: |
http://tapestry.apache.org/tapestry-test/ |
大小: |
10.86KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-test</artifactId>
<version>4.1</version>
</dependency>
|
Gradle引入代码: |
org.apache.tapestry:tapestry-test:4.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-test</artifactId>
<name>Tapestry Test</name>
<version>4.1</version>
<description>Tapestry Test Utilities</description>
<url>http://tapestry.apache.org/tapestry-test/</url>
<issueManagement>
<system>jira</system>
<url>http://issues.apache.org/jira/browse/TAPESTRY</url>
</issueManagement>
<inceptionYear>2006</inceptionYear>
<mailingLists>
<mailingList>
<name>Tapestry User List</name>
<subscribe>tapestry-users-subscribe@tapestry.apache.org</subscribe>
<unsubscribe>tapestry-users-unsubscribe@tapestry.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/tapestry-users/</archive>
</mailingList>
<mailingList>
<name>Tapestry Developer List</name>
<subscribe>tapestry-dev-subscribe@tapestry.apache.org</subscribe>
<unsubscribe>tapestry-dev-unsubscribe@tapestry.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/tapestry-dev/</archive>
</mailingList>
<mailingList>
<name>Tapestry Commits List</name>
<subscribe>tapestry-commits-subscribe@tapestry.apache.org</subscribe>
<unsubscribe>tapestry-commits-unsubscribe@tapestry.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/tapestry-commits/</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>hls</id>
<name>Howard M. Lewis Ship</name>
<email>hlship@apache.org</email>
<url>http://howardlewisship.com</url>
<roles>
<role>Menace</role>
</roles>
<timezone>5</timezone>
</developer>
<developer>
<id>jk</id>
<name>Jesse Kuhnert</name>
<email>jkuhnert@apache.org</email>
<url>http://blog.opencomponentry.com</url>
<roles>
<role>Developer</role>
</roles>
<timezone>8</timezone>
</developer>
</developers>
<licenses>
<license>
<name>Apache Software License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry-test/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry-test/trunk/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/tapestry/tapestry-test/trunk</url>
</scm>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org</url>
</organization>
<build>
<sourceDirectory>src/java</sourceDirectory>
<resources>
<resource>
<directory>src/java</directory>
<includes>
<include>**/*</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.1-SNAPSHOT</version>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<inherited>true</inherited>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0</version>
<inherited>true</inherited>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>apache.snapshots</id>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
</repository>
<repository>
<id>tapestry.javaforge</id>
<url>http://howardlewisship.com/repository</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
</pluginRepository>
<pluginRepository>
<id>tapestry.javaforge</id>
<url>http://howardlewisship.com/repository</url>
</pluginRepository>
</pluginRepositories>
<dependencies>
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-framework</artifactId>
<version>4.1</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>javassist</artifactId>
<version>3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>hivemind</groupId>
<artifactId>hivemind</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>hivemind</groupId>
<artifactId>hivemind-lib</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>oro</groupId>
<artifactId>oro</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>4.7</version>
<classifier>jdk15</classifier>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
<version>2.6.7</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>com.javaforge.tapestry</groupId>
<artifactId>tapestry-testng</artifactId>
<version>0.0.1</version>
<exclusions>
<exclusion>
<artifactId>tapestry</artifactId>
<groupId>tapestry</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>tapestry-repo</id>
<url>scp://apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
</repository>
<snapshotRepository>
<id>tapestry-snapshot-repo</id>
<url>scp://apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</snapshotRepository>
<site>
<id>tapestry</id>
<url>scp://apache.org/www/tapestry.apache.org/tapestry-test/</url>
</site>
<status>deployed</status>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.tapestry.BaseComponentTestCase$1.class
org.apache.tapestry.BaseComponentTestCase.class
META-INF/maven/org.apache.tapestry/tapestry-test/pom.xml
META-INF/maven/org.apache.tapestry/tapestry-test/pom.properties
|
依赖Jar: |
tapestry-framework-4.1.jar
/org.apache.tapestry/tapestry-framework/4.1
查看tapestry-framework所有版本文件
javassist-3.0.jar
/jboss/javassist/3.0
查看javassist所有版本文件
hivemind-1.1.1.jar
/hivemind/hivemind/1.1.1
查看hivemind所有版本文件
hivemind-lib-1.1.1.jar
/hivemind/hivemind-lib/1.1.1
查看hivemind-lib所有版本文件
oro-2.0.8.jar
/oro/oro/2.0.8
查看oro所有版本文件
commons-logging-1.0.4.jar
/commons-logging/commons-logging/1.0.4
查看commons-logging所有版本文件
easymock-2.2.jar
/org.easymock/easymock/2.2
查看easymock所有版本文件
easymockclassextension-2.2.jar
/org.easymock/easymockclassextension/2.2
查看easymockclassextension所有版本文件
testng-4.7.jar
/org.testng/testng/4.7
查看testng所有版本文件
commons-codec-1.3.jar
/commons-codec/commons-codec/1.3
查看commons-codec所有版本文件
ognl-2.6.7.jar
/ognl/ognl/2.6.7
查看ognl所有版本文件
servlet-api-2.4.jar
/javax.servlet/servlet-api/2.4
查看servlet-api所有版本文件
commons-fileupload-1.1.jar
/commons-fileupload/commons-fileupload/1.1
查看commons-fileupload所有版本文件
commons-beanutils-1.7.0.jar
/commons-beanutils/commons-beanutils/1.7.0
查看commons-beanutils所有版本文件
commons-lang-2.1.jar
/commons-lang/commons-lang/2.1
查看commons-lang所有版本文件
tapestry-testng-0.0.1.jar
/com.javaforge.tapestry/tapestry-testng/0.0.1
查看tapestry-testng所有版本文件
|