Download tapestry-test-5.4.jar file

Introduction

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

License

Apache Open Source

Type List

tapestry-test-5.4.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.SeleniumTestCase.class
org.apache.tapestry5.test.TapestryTestConfiguration.class
org.apache.tapestry5.test.TapestryTestConstants.class

Pom

tapestry-test-5.4.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.4-beta-6</version>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
      <version>1.7.7</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tapestry</groupId>
      <artifactId>tapestry-runner</artifactId>
      <version>5.4-beta-6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy-all</artifactId>
      <version>2.0.6</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.seleniumhq.selenium</groupId>
      <artifactId>selenium-java</artifactId>
      <version>2.41.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.seleniumhq.selenium</groupId>
      <artifactId>selenium-server</artifactId>
      <version>2.41.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>6.5.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <version>3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tapestry</groupId>
      <artifactId>tapestry-test-data</artifactId>
      <version>5.4-beta-6</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

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

Download

If you think the following tapestry-test-5.4.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.4.jar file




PreviousNext

Related