License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdazure-maven-plugins |
Last Version | Last Version1.21.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMaven Plugins for Azure
Maven plugins for Microsoft Azure services
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
azure-maven-plugins-1.21.0.pom | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-maven-plugins/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-plugins</artifactId>
<version>1.21.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-maven-plugins/
implementation 'com.microsoft.azure:azure-maven-plugins:1.21.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-maven-plugins/
implementation ("com.microsoft.azure:azure-maven-plugins:1.21.0")
'com.microsoft.azure:azure-maven-plugins:pom:1.21.0'
<dependency org="com.microsoft.azure" name="azure-maven-plugins" rev="1.21.0">
<artifact name="azure-maven-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-maven-plugins', version='1.21.0')
)
libraryDependencies += "com.microsoft.azure" % "azure-maven-plugins" % "1.21.0"
[com.microsoft.azure/azure-maven-plugins "1.21.0"]