Download tapestry-test-5.3.7.jar file

Introduction

You can download tapestry-test-5.3.7.jar in this page.

License

Apache Open Source

Type List

tapestry-test-5.3.7.jar file has the following types.

META-INF/LICENSE.txt
META-INF/MANIFEST.MF
META-INF/NOTICE.txt
org.apache.tapestry5.ioc.test.MockTester.class
org.apache.tapestry5.ioc.test.TestBase.class
org.apache.tapestry5.ioc.test.TestUtils.class
org.apache.tapestry5.test.ErrorReporter.class
org.apache.tapestry5.test.ErrorReporterImpl.class
org.apache.tapestry5.test.ErrorReportingCommandProcessor.class
org.apache.tapestry5.test.Jetty7Runner.class
org.apache.tapestry5.test.RandomDataSource.class
org.apache.tapestry5.test.SeleniumLauncher.class
org.apache.tapestry5.test.SeleniumTestCase.class
org.apache.tapestry5.test.ServletContainerRunner.class
org.apache.tapestry5.test.TapestryTestConfiguration.class
org.apache.tapestry5.test.TapestryTestConstants.class
org.apache.tapestry5.test.Tomcat6Runner.class
org/apache/tapestry5/test/american.0
org/apache/tapestry5/test/american.1
org/apache/tapestry5/test/american.2
org/apache/tapestry5/test/english.0
org/apache/tapestry5/test/english.1
org/apache/tapestry5/test/english.2
org/apache/tapestry5/test/english.3

Pom

tapestry-test-5.3.7.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-test</artifactId>
  <version>5.3.7</version>
  <dependencies>
    <dependency>
      <groupId>org.seleniumhq.selenium</groupId>
      <artifactId>selenium-server</artifactId>
      <version>2.26.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-plus</artifactId>
      <version>7.0.0.v20091005</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>5.14.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-webapp</artifactId>
      <version>7.0.0.v20091005</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-jndi</artifactId>
      <version>7.0.0.v20091005</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <version>3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-server</artifactId>
      <version>7.0.0.v20091005</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.seleniumhq.selenium</groupId>
      <artifactId>selenium-java</artifactId>
      <version>2.26.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>dbcp</artifactId>
      <version>6.0.30</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>coyote</artifactId>
      <version>6.0.30</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>catalina</artifactId>
      <version>6.0.30</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-test</artifactId>
   <version>5.3.7</version>
</dependency>

Download

If you think the following tapestry-test-5.3.7.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download tapestry-test-5.3.7.jar file




PreviousNext

Related