How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.azure.tools</groupId>
<artifactId>azure-autorest-parent</artifactId>
<version>1.0.0-beta.4</version>
</dependency>
Choose a version of com.azure.tools : azure-autorest-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
azure-autorest-parent-1.0.0-beta.4
|
||
azure-autorest-parent-1.0.0-beta.3
|
|||
azure-autorest-parent-1.0.0-beta.2
|
|||
azure-autorest-parent-1.0.0-beta.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.azure.tools</groupId>
<artifactId>azure-autorest-parent</artifactId>
<version>1.0.0-beta.4</version>
</dependency>
Advertisement