is not current version
Last Version 2.6.4

com.microsoft.azure:azure-documentdb 2.4.3

Java SDK for SQL API of Microsoft Azure Cosmos DB

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure-documentdb
Version

Version

2.4.3
Type

Type

jar

Download azure-documentdb 2.4.3


<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-documentdb/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-documentdb</artifactId>
    <version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-documentdb/
implementation 'com.microsoft.azure:azure-documentdb:2.4.3'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-documentdb/
implementation ("com.microsoft.azure:azure-documentdb:2.4.3")
'com.microsoft.azure:azure-documentdb:jar:2.4.3'
<dependency org="com.microsoft.azure" name="azure-documentdb" rev="2.4.3">
  <artifact name="azure-documentdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-documentdb', version='2.4.3')
)
libraryDependencies += "com.microsoft.azure" % "azure-documentdb" % "2.4.3"
[com.microsoft.azure/azure-documentdb "2.4.3"]