MVN

com.nhl.bootique.jetty : bootique-jetty-parent

Maven & Gradle

Jul 25, 2016
6 stars

bootique-jetty-parent: parent of Bootique/Jetty integration modules · Parent POM of Jetty and instrumented Jetty Bootique modules.

<dependency>
    <groupId>com.nhl.bootique.jetty</groupId>
    <artifactId>bootique-jetty-parent</artifactId>
    <version>0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nhl.bootique.jetty : bootique-jetty-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.16

All Versions

Choose a version of com.nhl.bootique.jetty : bootique-jetty-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.16
bootique-jetty-parent-0.16
0.15
bootique-jetty-parent-0.15
0.14
bootique-jetty-parent-0.14
0.13
bootique-jetty-parent-0.13
0.12
bootique-jetty-parent-0.12
0.11
bootique-jetty-parent-0.11

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.nhl.bootique.jetty</groupId>
    <artifactId>bootique-jetty-parent</artifactId>
    <version>0.16</version>
</dependency>

Advertisement