License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdazure-maven-plugins |
Version | Version1.14.3 |
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.14.3.pom | 12 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.14.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-maven-plugins/
implementation 'com.microsoft.azure:azure-maven-plugins:1.14.3'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-maven-plugins/
implementation ("com.microsoft.azure:azure-maven-plugins:1.14.3")
'com.microsoft.azure:azure-maven-plugins:pom:1.14.3'
<dependency org="com.microsoft.azure" name="azure-maven-plugins" rev="1.14.3">
<artifact name="azure-maven-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-maven-plugins', version='1.14.3')
)
libraryDependencies += "com.microsoft.azure" % "azure-maven-plugins" % "1.14.3"
[com.microsoft.azure/azure-maven-plugins "1.14.3"]