Files download
File Operation
azure-spring-data-cosmos-3.21.0.jar download
azure-spring-data-cosmos-3.21.0.pom download
azure-spring-data-cosmos-3.21.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-spring-data-cosmos</artifactId>
  <version>3.21.0</version>
</dependency>
Gradle Groovy
implementation 'com.azure:azure-spring-data-cosmos:3.21.0'
Gradle Kotlin
implementation("com.azure:azure-spring-data-cosmos:3.21.0")
Scala SBT
libraryDependencies += "com.azure" % "azure-spring-data-cosmos" % "3.21.0"
Groovy Grape
@Grapes(
  @Grab(group='com.azure', module='azure-spring-data-cosmos', version='3.21.0')
)
Apache Ivy
<dependency org="com.azure" name="azure-spring-data-cosmos" rev="3.21.0" />
Leiningen
[com.azure/azure-spring-data-cosmos "3.21.0"]
Apache Buildr
'com.azure:azure-spring-data-cosmos:jar:3.21.0'