MVN

org.dflib : dflib-bom

Maven & Gradle

Feb 06, 2024
100 stars

dflib-bom: Bill of Materials (BOM) for DFLib modules. · Bill of Materials (BOM) for DFLib modules that allows end users to capture the version of multiple DFLib modules at once.

<dependency>
    <groupId>org.dflib</groupId>
    <artifactId>dflib-bom</artifactId>
    <version>1.0.0-M19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-M19

All Versions

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

Version Vulnerabilities Updated
1.0.x
dflib-bom-1.0.0-M19

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.dflib</groupId>
    <artifactId>dflib-bom</artifactId>
    <version>1.0.0-M19</version>
</dependency>