MVN

org.safehaus.jettyjam : jettyjam-parent

Maven & Gradle

May 04, 2014

JettyJam Parent · Embedded Jetty as executable jar files

<dependency>
    <groupId>org.safehaus.jettyjam</groupId>
    <artifactId>jettyjam-parent</artifactId>
    <version>2.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.safehaus.jettyjam : jettyjam-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.1.5

All Versions

Choose a version of org.safehaus.jettyjam : jettyjam-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
jettyjam-parent-2.1.5
jettyjam-parent-2.1.4
jettyjam-parent-2.1.3
2.0.x
jettyjam-parent-2.0.0
1.0.x
jettyjam-parent-1.0.2
jettyjam-parent-1.0.1
jettyjam-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.safehaus.jettyjam</groupId>
    <artifactId>jettyjam-parent</artifactId>
    <version>2.1.5</version>
</dependency>