is not current version
Last Version 3.22.0

com.azure:azure-spring-data-cosmos 3.0.0-beta.2

Spring Data for Azure Cosmos DB SQL API

Categories

Categories

Data
GroupId

GroupId

com.azure
ArtifactId

ArtifactId

azure-spring-data-cosmos
Version

Version

3.0.0-beta.2
Type

Type

jar

Download azure-spring-data-cosmos 3.0.0-beta.2


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