is not current version
Last Version 2.6.4

com.microsoft.azure:azure-documentdb 1.13.0

Java SDK for Microsoft Azure DocumentDB

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

azure-documentdb
Version

Version

1.13.0
Type

Type

jar

Download azure-documentdb 1.13.0


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