a

azure-sdk-build-tool

A tool that makes working with the Azure SDK for Java more productive.
https://github.com/azure/azure-sdk-for-java
The MIT License (MIT)
Microsoft Corporation
Microsoft Corporation
Files download
File Operation
azure-sdk-build-tool-1.0.0.jar download
azure-sdk-build-tool-1.0.0.pom download
azure-sdk-build-tool-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.azure.tools</groupId>
  <artifactId>azure-sdk-build-tool</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.azure.tools:azure-sdk-build-tool:1.0.0'
Gradle Kotlin
implementation("com.azure.tools:azure-sdk-build-tool:1.0.0")
Scala SBT
libraryDependencies += "com.azure.tools" % "azure-sdk-build-tool" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.azure.tools', module='azure-sdk-build-tool', version='1.0.0')
)
Apache Ivy
<dependency org="com.azure.tools" name="azure-sdk-build-tool" rev="1.0.0" />
Leiningen
[com.azure.tools/azure-sdk-build-tool "1.0.0"]
Apache Buildr
'com.azure.tools:azure-sdk-build-tool:jar:1.0.0'