Download test-jetty-servlet-8.1.15.v20140411.jar file

Introduction

You can download test-jetty-servlet-8.1.15.v20140411.jar in this page.

License

Eclipse Open Source

Type List

test-jetty-servlet-8.1.15.v20140411.jar file has the following types.

Jetty400Repro.class
META-INF/MANIFEST.MF
META-INF/maven/org.eclipse.jetty/test-jetty-servlet/pom.properties
META-INF/maven/org.eclipse.jetty/test-jetty-servlet/pom.xml
about.html
org.eclipse.jetty.testing.HttpTester.class
org.eclipse.jetty.testing.ServletTester.class

Pom

test-jetty-servlet-8.1.15.v20140411.pom file content.

<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>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-project</artifactId>
    <version>8.1.15.v20140411</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>test-jetty-servlet</artifactId>
  <packaging>jar</packaging>
  <name>Test :: Jetty Servlet Tester</name>
  <url>http://www.eclipse.org/jetty</url>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-webapp</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.eclipse.jetty</groupId>
   <artifactId>test-jetty-servlet</artifactId>
   <version>8.1.15.v20140411</version>
</dependency>

Download

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



Download test-jetty-servlet-8.1.15.v20140411.jar file




PreviousNext

Related