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>
Choose a version of com.tidal.sdk : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4 |
bom-4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.tidal.sdk</groupId>
<artifactId>bom</artifactId>
<version>4</version>
</dependency>
Advertisement