MVN

com.github.stephenc.jetties : parent

Maven & Gradle

Sep 10, 2012
1 stars

Jetty distributions Parent Project · OS specific distributions of Jetty.

<dependency>
    <groupId>com.github.stephenc.jetties</groupId>
    <artifactId>parent</artifactId>
    <version>8.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stephenc.jetties : parent to add to Maven - Latest Versions:

  • Latest Stable: 8.1.6

All Versions

Choose a version of com.github.stephenc.jetties : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
8.1.x
parent-8.1.6
parent-8.1.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.stephenc.jetties</groupId>
    <artifactId>parent</artifactId>
    <version>8.1.6</version>
</dependency>