Download azure-documentdb-1.11.0.jar file - Jar a

Jar examples for a:azure-documentdb

Description

Java SDK for SQL API of Microsoft Azure Cosmos DB

You can download jar file azure-documentdb 1.11.0 in this page.

License

MIT License

Build File

You can use the following script to add azure-documentdb-1.11.0.jar to your project.

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

Download

Click the following link to download the jar file.

azure-documentdb-1.11.0-javadoc.jar
azure-documentdb-1.11.0-sources.jar
azure-documentdb-1.11.0.jar
azure-documentdb-1.11.0.pom



Related Tutorials