MVN

com.nhl.bootique.parent : bootique-parent

Maven & Gradle

Jul 02, 2016
1 stars

bootique-parent: A convenience parent of Bootique-based projects. · A parent of Bootique-based projects that defines executable jar packaging strategy, upstream repositories, and important plugin versions. It is not required that your apps inherit from it. But it does help with initial app setup.

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

Latest Version

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

  • Latest Stable: 0.11

All Versions

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

Version Vulnerabilities Updated
0.11
bootique-parent-0.11
0.10
bootique-parent-0.10
0.9
bootique-parent-0.9
0.8
bootique-parent-0.8

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement