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