MVN

org.eclipse.microprofile : microprofile-bom

Maven & Gradle

Aug 28, 2017
23 stars

MicroProfile BOM · The MicroProfile "Bill of Materials"

<dependency>
    <groupId>org.eclipse.microprofile</groupId>
    <artifactId>microprofile-bom</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.microprofile : microprofile-bom to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of org.eclipse.microprofile : microprofile-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
microprofile-bom-1.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.eclipse.microprofile</groupId>
    <artifactId>microprofile-bom</artifactId>
    <version>1.1.0</version>
</dependency>