MVN

org.mortbay.jetty.example : jetty-examples-parent

Maven & Gradle

Oct 30, 2008

Jetty Example :: Parent

<dependency>
    <groupId>org.mortbay.jetty.example</groupId>
    <artifactId>jetty-examples-parent</artifactId>
    <version>7.0.0.pre5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mortbay.jetty.example : jetty-examples-parent to add to Maven - Latest Versions:

  • Latest Stable: 7.0.0.pre5

All Versions

Choose a version of org.mortbay.jetty.example : jetty-examples-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
7.0.x
jetty-examples-parent-7.0.0.pre5
jetty-examples-parent-7.0.0.pre4
jetty-examples-parent-7.0.0pre3
jetty-examples-parent-7.0.0pre2
jetty-examples-parent-7.0.0pre1
jetty-examples-parent-7.0.0pre0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.mortbay.jetty.example</groupId>
    <artifactId>jetty-examples-parent</artifactId>
    <version>7.0.0.pre5</version>
</dependency>