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