GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-documentdb |
Version | Version2.6.2 |
Type | Typejar |
Filename | Size |
---|---|
azure-documentdb-2.6.2.pom | |
azure-documentdb-2.6.2.jar | 3 MB |
azure-documentdb-2.6.2-sources.jar | 2 MB |
azure-documentdb-2.6.2-javadoc.jar | 582 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-documentdb/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-documentdb</artifactId>
<version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-documentdb/
implementation 'com.microsoft.azure:azure-documentdb:2.6.2'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-documentdb/
implementation ("com.microsoft.azure:azure-documentdb:2.6.2")
'com.microsoft.azure:azure-documentdb:jar:2.6.2'
<dependency org="com.microsoft.azure" name="azure-documentdb" rev="2.6.2">
<artifact name="azure-documentdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-documentdb', version='2.6.2')
)
libraryDependencies += "com.microsoft.azure" % "azure-documentdb" % "2.6.2"
[com.microsoft.azure/azure-documentdb "2.6.2"]