MVN

io.smallrye : smallrye-bom

Maven & Gradle

Feb 25, 2020
1 stars

SmallRye BOM

<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-bom</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.smallrye : smallrye-bom to add to Maven - Latest Versions:

  • Latest Stable: 3.3.0

All Versions

Choose a version of io.smallrye : smallrye-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
3.3.x
smallrye-bom-3.3.0
3.2.x
smallrye-bom-3.2.0
3.0.x
smallrye-bom-3.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-bom</artifactId>
    <version>3.3.0</version>
</dependency>

Advertisement