How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-bom</artifactId>
<version>1.0.0.M1</version>
</dependency>
Choose a version of com.microsoft.azure : azure-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
azure-bom-1.0.0.M1
|
||
azure-bom-1.0.0-beta1
|
|||
0.9.x |
azure-bom-0.9.8
|
||
azure-bom-0.9.7
|
|||
azure-bom-0.9.6
|
|||
azure-bom-0.9.5
|
|||
azure-bom-0.9.4
|
|||
azure-bom-0.9.3
|
|||
azure-bom-0.9.2
|
|||
azure-bom-0.9.1
|
|||
azure-bom-0.9.0
|
|||
0.8.x |
azure-bom-0.8.3
|
||
azure-bom-0.8.2
|
|||
azure-bom-0.8.1
|
|||
azure-bom-0.8.0
|
|||
0.7.x |
azure-bom-0.7.0
|
||
0.6.x |
azure-bom-0.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-bom</artifactId>
<version>1.0.0.M1</version>
</dependency>
Advertisement