License |
License |
---|---|
GroupId | GroupIdcom.azure.android |
ArtifactId | ArtifactIdazure-sdk-template |
Version | Version1.0.0-beta.1 |
Type | Typeaar |
Description |
DescriptionMicrosoft Azure Android Template Library
This package is a template placeholder for the Azure SDK for Android clients.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.azure.android/azure-sdk-template/ -->
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-sdk-template</artifactId>
<version>1.0.0-beta.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.azure.android/azure-sdk-template/
implementation 'com.azure.android:azure-sdk-template:1.0.0-beta.1'
// https://jarcasting.com/artifacts/com.azure.android/azure-sdk-template/
implementation ("com.azure.android:azure-sdk-template:1.0.0-beta.1")
'com.azure.android:azure-sdk-template:aar:1.0.0-beta.1'
<dependency org="com.azure.android" name="azure-sdk-template" rev="1.0.0-beta.1">
<artifact name="azure-sdk-template" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.azure.android', module='azure-sdk-template', version='1.0.0-beta.1')
)
libraryDependencies += "com.azure.android" % "azure-sdk-template" % "1.0.0-beta.1"
[com.azure.android/azure-sdk-template "1.0.0-beta.1"]