Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.azure.tools |
ArtifactId | ArtifactIdazure-autorest-customization |
Version | Version1.0.0-beta.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.azure.tools/azure-autorest-customization/ -->
<dependency>
<groupId>com.azure.tools</groupId>
<artifactId>azure-autorest-customization</artifactId>
<version>1.0.0-beta.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.azure.tools/azure-autorest-customization/
implementation 'com.azure.tools:azure-autorest-customization:1.0.0-beta.2'
// https://jarcasting.com/artifacts/com.azure.tools/azure-autorest-customization/
implementation ("com.azure.tools:azure-autorest-customization:1.0.0-beta.2")
'com.azure.tools:azure-autorest-customization:jar:1.0.0-beta.2'
<dependency org="com.azure.tools" name="azure-autorest-customization" rev="1.0.0-beta.2">
<artifact name="azure-autorest-customization" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.azure.tools', module='azure-autorest-customization', version='1.0.0-beta.2')
)
libraryDependencies += "com.azure.tools" % "azure-autorest-customization" % "1.0.0-beta.2"
[com.azure.tools/azure-autorest-customization "1.0.0-beta.2"]