Download the Windows Azure SDK for Java
Windows Azure Client Libraries for Java - Manual Download
The Windows Azure Libraries for Java are distributed under the Apache License, Version 2.0. Click here for a ZIP file of the libraries and all dependencies. This is made available by Microsoft Open Technologies, Inc. See the license.txt and ThirdPartyNotices.txt file file inside the ZIP for license and other information.
Windows Azure Libraries for Java - Maven
If your project is already set up to use Maven for build, add the following dependency to your pom.xml file.
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-windowsazure-api</artifactId>
<version>n.n.n</version>
</dependency> Within the <version> element, replace n.n.n with a valid version number, which can be obtained from the Windows Azure Libraries Repository on Maven.