Download azure-core-0.8.2.jar file - Jar a

Jar examples for a:azure-core

Description

This is the core module of Microsoft Azure SDK.

You can download jar file azure-core 0.8.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add azure-core-0.8.2.jar to your project.

<dependency>
   <groupId>com.microsoft.azure</groupId>
   <artifactId>azure-core</artifactId>
   <version>0.8.2</version>
</dependency>
compile group: 'com.microsoft.azure', name: 'azure-core', version: '0.8.2'
libraryDependencies += "com.microsoft.azure" % "azure-core" % "0.8.2"
<dependency org="com.microsoft.azure" name="azure-core" rev="0.8.2"/>
@Grapes(@Grab(group='com.microsoft.azure', module='azure-core', version='0.8.2'))
'com.microsoft.azure:azure-core:jar:0.8.2'

Download

Click the following link to download the jar file.

azure-core-0.8.2.jar
azure-core-0.8.2.pom



Related Tutorials