How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-plugins</artifactId>
<version>1.31.1</version>
</dependency>
Choose a version of com.microsoft.azure : azure-maven-plugins to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.31.x |
azure-maven-plugins-1.31.1
|
||
azure-maven-plugins-1.31.0
|
|||
1.30.x |
azure-maven-plugins-1.30.1
|
||
azure-maven-plugins-1.30.0
|
|||
1.29.x |
azure-maven-plugins-1.29.0
|
||
1.28.x |
azure-maven-plugins-1.28.0
|
||
1.27.x |
azure-maven-plugins-1.27.0
|
||
1.26.x |
azure-maven-plugins-1.26.0
|
||
1.25.x |
azure-maven-plugins-1.25.0
|
||
1.24.x |
azure-maven-plugins-1.24.0
|
||
1.23.x |
azure-maven-plugins-1.23.0
|
||
1.22.x |
azure-maven-plugins-1.22.1
|
||
azure-maven-plugins-1.22.0
|
|||
1.21.x |
azure-maven-plugins-1.21.0
|
||
1.20.x |
azure-maven-plugins-1.20.0
|
||
1.19.x |
azure-maven-plugins-1.19.0
|
||
1.18.x |
azure-maven-plugins-1.18.0
|
||
1.17.x |
azure-maven-plugins-1.17.0
|
||
1.16.x |
azure-maven-plugins-1.16.0
|
||
1.15.x |
azure-maven-plugins-1.15.0
|
||
1.14.x |
azure-maven-plugins-1.14.3
|
||
azure-maven-plugins-1.14.2
|
|||
azure-maven-plugins-1.14.1
|
|||
azure-maven-plugins-1.14.0
|
|||
1.13.x |
azure-maven-plugins-1.13.0
|
||
1.12.x |
azure-maven-plugins-1.12.0
|
||
1.11.x |
azure-maven-plugins-1.11.1
|
||
azure-maven-plugins-1.11.0
|
|||
1.10.x |
azure-maven-plugins-1.10.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-plugins</artifactId>
<version>1.31.1</version>
</dependency>
Advertisement