How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-libs</artifactId>
<version>0.35.1</version>
</dependency>
Choose a version of com.microsoft.azure : azure-toolkit-libs to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.35.x |
azure-toolkit-libs-0.35.1
|
||
azure-toolkit-libs-0.35.0
|
|||
0.34.x |
azure-toolkit-libs-0.34.1
|
||
azure-toolkit-libs-0.34.0
|
|||
0.33.x |
azure-toolkit-libs-0.33.1
|
||
azure-toolkit-libs-0.33.0
|
|||
0.32.x |
azure-toolkit-libs-0.32.0
|
||
0.31.x |
azure-toolkit-libs-0.31.0
|
||
0.30.x |
azure-toolkit-libs-0.30.0
|
||
0.29.x |
azure-toolkit-libs-0.29.0
|
||
0.28.x |
azure-toolkit-libs-0.28.0
|
||
0.27.x |
azure-toolkit-libs-0.27.0
|
||
0.26.x |
azure-toolkit-libs-0.26.1
|
||
azure-toolkit-libs-0.26.0
|
|||
0.25.x |
azure-toolkit-libs-0.25.0
|
||
0.24.x |
azure-toolkit-libs-0.24.1
|
||
azure-toolkit-libs-0.24.0
|
|||
0.23.x |
azure-toolkit-libs-0.23.0
|
||
0.22.x |
azure-toolkit-libs-0.22.2
|
||
azure-toolkit-libs-0.22.1
|
|||
azure-toolkit-libs-0.22.0.JAVA17
|
|||
azure-toolkit-libs-0.22.0
|
|||
0.21.x |
azure-toolkit-libs-0.21.1
|
||
azure-toolkit-libs-0.21.0
|
|||
0.20.x |
azure-toolkit-libs-0.20.0
|
||
0.19.x |
azure-toolkit-libs-0.19.2
|
||
azure-toolkit-libs-0.19.1
|
|||
azure-toolkit-libs-0.19.0
|
|||
0.18.x |
azure-toolkit-libs-0.18.0
|
||
0.17.x |
azure-toolkit-libs-0.17.1
|
||
azure-toolkit-libs-0.17.0
|
|||
0.16.x |
azure-toolkit-libs-0.16.0
|
||
0.15.x |
azure-toolkit-libs-0.15.0
|
||
0.14.x |
azure-toolkit-libs-0.14.0
|
||
0.13.x |
azure-toolkit-libs-0.13.0
|
||
0.12.x |
azure-toolkit-libs-0.12.3
|
||
azure-toolkit-libs-0.12.2
|
|||
azure-toolkit-libs-0.12.1
|
|||
azure-toolkit-libs-0.12.0
|
|||
0.11.x |
azure-toolkit-libs-0.11.0
|
||
0.10.x |
azure-toolkit-libs-0.10.0
|
||
0.9.x |
azure-toolkit-libs-0.9.0
|
||
0.8.x |
azure-toolkit-libs-0.8.1
|
||
azure-toolkit-libs-0.8.0
|
|||
0.7.x |
azure-toolkit-libs-0.7.1
|
||
azure-toolkit-libs-0.7.0
|
|||
0.6.x |
azure-toolkit-libs-0.6.0
|
||
0.5.x |
azure-toolkit-libs-0.5.0
|
||
0.4.x |
azure-toolkit-libs-0.4.0
|
||
0.3.x |
azure-toolkit-libs-0.3.0
|
||
0.2.x |
azure-toolkit-libs-0.2.0
|
||
0.1.x |
azure-toolkit-libs-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-libs</artifactId>
<version>0.35.1</version>
</dependency>
Advertisement