Maven Repository - POM file for Jetty javax.servlet 3.0.0.v201112011016 3.0.0.v201112011016

Summary

Jetty Orbit :: Servlet API.

This artifact originates from the Orbit Project at Eclipse, it is an osgi bundle and is signed as well..

Declaration

Here is the list of declaration for javax.servlet. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.eclipse.jetty.orbit</groupId>
   <artifactId>javax.servlet</artifactId>
   <version>3.0.0.v201112011016</version>
</dependency>

If you think this Maven repository POM file listing for javax.servlet is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





Depended by

The following table lists the most popular artifacts which are depending on javax.servlet-3.0.0.v201112011016. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Jettyjetty-continuation 7.6.9.v20130131
Asynchronous API
6
Jettyjetty-continuation 8.1.3.v20120416
Asynchronous API
5
Jettyorg.apache.jasper.glassfish 2.2.2.v201112011158
This artifact originates from the Orbit Project at Eclipse, it is an osgi bundle and is signed as well.
9
Inversion of Controlmetrics-guice 3.0.0-BETA1
Guice integration with Metrics.
6
Jettyjavax.servlet.jsp 2.2.0.v201112011158
This artifact originates from the Orbit Project at Eclipse, it is an osgi bundle and is signed as well.
9
Jettyjetty-continuation 8.1.15.v20140411
Asynchronous API
10
Web Frameworkscalatra_2.10 2.2.1
The core Scalatra framework
20
Jettyjetty-continuation 8.1.7.v20120910
Asynchronous API
7
Web Frameworkscalatra_2.10 2.2.2
The core Scalatra framework
6

Packages

The following packages are defined in the javax.servlet-3.0.0.v201112011016.jar

javax.servlet
javax.servlet.annotation
javax.servlet.descriptor
javax.servlet.http




POM File Source

Here is the content of the POM file.

<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.orbit</groupId>
    <artifactId>jetty-orbit</artifactId>
    <version>1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.eclipse.jetty.orbit</groupId>
  <artifactId>javax.servlet</artifactId>
  <version>3.0.0.v201112011016</version>
  <name>Jetty Orbit :: Servlet API</name>
  <description>
    This artifact originates from the Orbit Project at Eclipse, 
    it is an osgi bundle and is signed as well.
  </description>
  <packaging>orbit</packaging>
</project>