is not current version
Last Version 2.0.3

com.microsoft.azure:spring-data-documentdb 2.0.2

Spring Data for Azure Cosmos DB DocumentDB API

Categories

Categories

Data
GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

spring-data-documentdb
Version

Version

2.0.2
Type

Type

jar

Download spring-data-documentdb 2.0.2


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