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