a

azure-maven-plugin-lib

Common library for Azure Maven Plugins
https://github.com/microsoft/azure-maven-plugins
MIT License
Kevin Zhao
Files download
File Operation
azure-maven-plugin-lib-1.31.1.jar download
azure-maven-plugin-lib-1.31.1.pom download
azure-maven-plugin-lib-1.31.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-maven-plugin-lib</artifactId>
  <version>1.31.1</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure-maven-plugin-lib:1.31.1'
Gradle Kotlin
implementation("com.microsoft.azure:azure-maven-plugin-lib:1.31.1")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure-maven-plugin-lib" % "1.31.1"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure-maven-plugin-lib', version='1.31.1')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure-maven-plugin-lib" rev="1.31.1" />
Leiningen
[com.microsoft.azure/azure-maven-plugin-lib "1.31.1"]
Apache Buildr
'com.microsoft.azure:azure-maven-plugin-lib:jar:1.31.1'