MVN

org.teknux : jetty-bootstrap-parent

Maven & Gradle

May 03, 2019

Jetty Bootstrap : Parent · The Open Source Jetty starter kit library to quickly build standalone application

<dependency>
    <groupId>org.teknux</groupId>
    <artifactId>jetty-bootstrap-parent</artifactId>
    <version>1.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.teknux : jetty-bootstrap-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.14

All Versions

Choose a version of org.teknux : jetty-bootstrap-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
jetty-bootstrap-parent-1.0.14
jetty-bootstrap-parent-1.0.13
jetty-bootstrap-parent-1.0.12
jetty-bootstrap-parent-1.0.11
jetty-bootstrap-parent-1.0.10
jetty-bootstrap-parent-1.0.9
jetty-bootstrap-parent-1.0.8
jetty-bootstrap-parent-1.0.7
jetty-bootstrap-parent-1.0.6
jetty-bootstrap-parent-1.0.5
jetty-bootstrap-parent-1.0.4
jetty-bootstrap-parent-1.0.3
jetty-bootstrap-parent-1.0.2
jetty-bootstrap-parent-1.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.teknux</groupId>
    <artifactId>jetty-bootstrap-parent</artifactId>
    <version>1.0.14</version>
</dependency>

Advertisement