MVN

com.tidal.sdk : bom

Maven & Gradle

May 16, 2024

bom · "This artifact ensures usage of compatible versions across imported SDK modules. For more information, see https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#bill-of-materials-bom-poms"

<dependency>
    <groupId>com.tidal.sdk</groupId>
    <artifactId>bom</artifactId>
    <version>4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tidal.sdk : bom to add to Maven - Latest Versions:

  • Latest Stable: 4

All Versions

Choose a version of com.tidal.sdk : bom to add to Maven - All Versions:

Version Vulnerabilities Updated
4
bom-4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.tidal.sdk</groupId>
    <artifactId>bom</artifactId>
    <version>4</version>
</dependency>