Categories |
CategoriesBuild Tools Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.microsoft.azure.v2 |
ArtifactId | ArtifactIdautorest-build-tools |
Version | Version2.0.0-beta3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure.v2/autorest-build-tools/ -->
<dependency>
<groupId>com.microsoft.azure.v2</groupId>
<artifactId>autorest-build-tools</artifactId>
<version>2.0.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure.v2/autorest-build-tools/
implementation 'com.microsoft.azure.v2:autorest-build-tools:2.0.0-beta3'
// https://jarcasting.com/artifacts/com.microsoft.azure.v2/autorest-build-tools/
implementation ("com.microsoft.azure.v2:autorest-build-tools:2.0.0-beta3")
'com.microsoft.azure.v2:autorest-build-tools:jar:2.0.0-beta3'
<dependency org="com.microsoft.azure.v2" name="autorest-build-tools" rev="2.0.0-beta3">
<artifact name="autorest-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure.v2', module='autorest-build-tools', version='2.0.0-beta3')
)
libraryDependencies += "com.microsoft.azure.v2" % "autorest-build-tools" % "2.0.0-beta3"
[com.microsoft.azure.v2/autorest-build-tools "2.0.0-beta3"]