is not current version
Last Version 3.0.0.M1

com.microsoft.azure:spring-data-cosmosdb 2.2.0.M1

Spring Data for Azure Cosmos DB SQL API

Categories

Categories

Data
GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

spring-data-cosmosdb
Version

Version

2.2.0.M1
Type

Type

jar

Download spring-data-cosmosdb 2.2.0.M1


<!-- https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-cosmosdb/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>spring-data-cosmosdb</artifactId>
    <version>2.2.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-cosmosdb/
implementation 'com.microsoft.azure:spring-data-cosmosdb:2.2.0.M1'
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-cosmosdb/
implementation ("com.microsoft.azure:spring-data-cosmosdb:2.2.0.M1")
'com.microsoft.azure:spring-data-cosmosdb:jar:2.2.0.M1'
<dependency org="com.microsoft.azure" name="spring-data-cosmosdb" rev="2.2.0.M1">
  <artifact name="spring-data-cosmosdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='spring-data-cosmosdb', version='2.2.0.M1')
)
libraryDependencies += "com.microsoft.azure" % "spring-data-cosmosdb" % "2.2.0.M1"
[com.microsoft.azure/spring-data-cosmosdb "2.2.0.M1"]