MVN

io.extremum : extremum-bom

Maven & Gradle

May 17, 2023
0 stars

extremum-common BOM · This module serves as a BOM (Bill of Materials) defining versions of the artifacts used by extremum-common (and suggested to the applications that use extremum-common). You almost never need to use this module as a parent. If you need to add a new module to extremum-common, please choose extremum-module-parent as its parent. If want to have some extremum parent as a parent of your application, please use extremum-app-parent.

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

Latest Version

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

  • Latest Stable: 3.0.0
  • Latest Release Candidate: 3.2.0-rc.1

All Versions

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

Version Vulnerabilities Updated
3.2.x
extremum-bom-3.2.0-rc.1
3.0.x
extremum-bom-3.0.0
2.1.x
extremum-bom-2.1.19

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.extremum</groupId>
    <artifactId>extremum-bom</artifactId>
    <version>3.0.0</version>
</dependency>