How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>tech.ydb</groupId>
<artifactId>ydb-sdk-bom</artifactId>
<version>2.1.4</version>
</dependency>
Choose a version of tech.ydb : ydb-sdk-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
ydb-sdk-bom-2.1.4
|
||
ydb-sdk-bom-2.1.3
|
|||
ydb-sdk-bom-2.1.2
|
|||
ydb-sdk-bom-2.1.1
|
|||
ydb-sdk-bom-2.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>tech.ydb</groupId>
<artifactId>ydb-sdk-bom</artifactId>
<version>2.1.4</version>
</dependency>
Advertisement