GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-cosmosdb-direct |
Version | Version3.0.0-beta-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-cosmosdb-direct/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-direct</artifactId>
<version>3.0.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-cosmosdb-direct/
implementation 'com.microsoft.azure:azure-cosmosdb-direct:3.0.0-beta-1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-cosmosdb-direct/
implementation ("com.microsoft.azure:azure-cosmosdb-direct:3.0.0-beta-1")
'com.microsoft.azure:azure-cosmosdb-direct:jar:3.0.0-beta-1'
<dependency org="com.microsoft.azure" name="azure-cosmosdb-direct" rev="3.0.0-beta-1">
<artifact name="azure-cosmosdb-direct" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-cosmosdb-direct', version='3.0.0-beta-1')
)
libraryDependencies += "com.microsoft.azure" % "azure-cosmosdb-direct" % "3.0.0-beta-1"
[com.microsoft.azure/azure-cosmosdb-direct "3.0.0-beta-1"]