MVN

org.mortbay.jetty : jetty-jsp

Maven & Gradle

May 25, 2011

Jetty :: JSP Modules

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-jsp</artifactId>
    <version>2.2.2.b05.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mortbay.jetty : jetty-jsp to add to Maven - Latest Versions:

  • Latest Stable: 2.2.2.b05.0

All Versions

Choose a version of org.mortbay.jetty : jetty-jsp to add to Maven - All Versions:

Version Vulnerabilities Updated
9.1.x
jetty-jsp-9.1.02.B04.p0
jetty-jsp-9.1.1.B60.25.p2
jetty-jsp-9.1.1.B60.25.p1
jetty-jsp-9.1.1.B60.25.p0
jetty-jsp-9.1.1.B51.25.p1
jetty-jsp-9.1.1.B51.p0
2.2.x
jetty-jsp-2.2.2.b05.0
2.1.x
jetty-jsp-2.1.v20100127
jetty-jsp-2.1.v20091210

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-jsp</artifactId>
    <version>2.2.2.b05.0</version>
</dependency>

Advertisement