Download azure-core-0.9.5.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.9.5 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

azure-core-0.9.5-javadoc.jar
azure-core-0.9.5-sources.jar
azure-core-0.9.5.jar
azure-core-0.9.5.pom



Related Tutorials