MVN

com.nhl.bootique.bom : bootique-bom

Maven & Gradle

Jul 26, 2016
3 usages
1 stars

bootique-bom: "Bill of Materials" (BOM) for Bootique core and its standard extensions · Provides a Maven "Bill of Materials" (BOM) for the projects using Bootique to ensure consistency of the versions of all included standard extensions.

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

Latest Version

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

  • Latest Stable: 0.18

All Versions

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

Version Vulnerabilities Updated
0.18
bootique-bom-0.18
0.17
bootique-bom-0.17
0.16
bootique-bom-0.16
0.15
bootique-bom-0.15
0.14
bootique-bom-0.14
0.13
bootique-bom-0.13
0.12.x
bootique-bom-0.12.3
bootique-bom-0.12.2
bootique-bom-0.12.1
0.12
bootique-bom-0.12

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.nhl.bootique.bom</groupId>
    <artifactId>bootique-bom</artifactId>
    <version>0.18</version>
</dependency>

Advertisement