Maven Repository - POM file for Jetty jetty 5.1.10 5.1.10

Summary

Jetty is an open-source, standards-based, full-featured web server implemented entirely in Java. It is released under the Apache 2.0 licence and is therefore free for commercial use and distribution. First created in 1995, Jetty has benefitted from input from a vast user community and consistent an....

Declaration

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

<dependency>
   <groupId>jetty</groupId>
   <artifactId>jetty</artifactId>
   <version>5.1.10</version>
</dependency>

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





License

Name:Apache 2.0
URL: http://jetty.mortbay.org/LICENSE.TXT.

Depended by

The following table lists the most popular artifacts which are depending on jetty-5.1.10. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Serviceads-lib 1.35.0
Java client library for accessing ads APIs including AdWords, DFA, and DFP. If you want to use this library, you must also include another Maven artifact to specify which framework you would like to use it with. For example, to use AdWords with Axis, you should include the "adwords-axis...
5
Web Serviceads-lib 1.36.0
Java client library for accessing ads APIs including AdWords, DFA, and DFP. If you want to use this library, you must also include another Maven artifact to specify which framework you would like to use it with. For example, to use AdWords with Axis, you should include the "adwords-axis...
5
Web Serviceads-lib 1.35.1
Java client library for accessing ads APIs including AdWords, DFA, and DFP. If you want to use this library, you must also include another Maven artifact to specify which framework you would like to use it with. For example, to use AdWords with Axis, you should include the "adwords-axis...
5

Packages

The following packages are defined in the jetty-5.1.10.jar

org.mortbay.html
org.mortbay.http
org.mortbay.http.ajp
org.mortbay.http.handler
org.mortbay.http.nio
org.mortbay.jetty
org.mortbay.jetty.servlet
org.mortbay.jetty.win32
org.mortbay.log
org.mortbay.servlet
org.mortbay.util
org.mortbay.xml




POM File Source

Here is the content of the POM file.

<?xml version="1.0"?>

<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">
               
  <modelVersion>4.0.0</modelVersion>
  <groupId>jetty</groupId>
  <artifactId>jetty</artifactId>
  <version>5.1.10</version>
  <url>http://jetty.mortbay.org/</url>
  
    <description>
Jetty is an open-source, standards-based, full-featured web server implemented entirely in Java. It is released under the Apache 2.0 licence and is therefore free for commercial use and distribution. First created in 1995, Jetty has benefitted from input from a vast user community and consistent and focused development by a stable core of lead developers. There are many more examples of Jetty in action on the Jetty Powered Page that has selections from among the tens of thousands of production Jetty instances. However, as Jetty aims to be as unobtrusive as possible, countless websites and products are based around Jetty, but Jetty is invisible!
  </description>
  
  <licenses>
    <license>
        <name>Apache 2.0</name>
    <url>http://jetty.mortbay.org/LICENSE.TXT</url>
    <distribution>repo</distribution>
    </license>
  </licenses>
  
  <scm>
  <connection>
    scm:cvs:pserver:anonymous@jetty.cvs.sourceforge.net:/cvsroot/jetty:Jetty
  </connection>
  </scm>
  
  <mailingLists>
    <mailingList>
        <name>jetty-support@lists.sourceforge.net</name>
    </mailingList>
  </mailingLists>
  
  <dependencies>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.4</version>
    </dependency>
  </dependencies>
  
</project>