How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-starter-parent</artifactId>
<version>0.1.7</version>
</dependency>
Choose a version of com.microsoft.azure : azure-spring-boot-starter-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
azure-spring-boot-starter-parent-0.1.7
|
||
azure-spring-boot-starter-parent-0.1.6
|
|||
azure-spring-boot-starter-parent-0.1.5
|
|||
azure-spring-boot-starter-parent-0.1.4
|
|||
azure-spring-boot-starter-parent-0.1.3
|
|||
azure-spring-boot-starter-parent-0.1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-starter-parent</artifactId>
<version>0.1.7</version>
</dependency>
Advertisement